Changes between Initial Version and Version 1 of Ticket #9497, comment 7
- Timestamp:
- Dec 25, 2013, 12:04:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9497, comment 7
initial v1 1 It's not a bug, boost::variant tries to satisfy the ne wer-empty guarantee:1 It's not a bug, boost::variant tries to satisfy the never-empty guarantee: 2 2 * `boost::multiprecision::mpq_rational` has no noexcept default constructor because default constructor of `gmp_rational` is not marked with noexcept 3 3 * `Foo` has no noexcept default constructor