Changes between Initial Version and Version 1 of Ticket #10462, comment 1
- Timestamp:
- Sep 5, 2014, 7:44:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10462, comment 1
initial v1 1 Is it possible that my_exception derives from std::exception privately? 2 1 3 There are checks which should fail with ambiguous implicit conversion errors in case std::exception is derived from multiple times. I'm noticing, however, that the relevant unit test throw_exception_test.cpp doesn't explicitly verify this. 2 4