Changes between Initial Version and Version 1 of Ticket #9497, comment 7


Ignore:
Timestamp:
Dec 25, 2013, 12:04:21 PM (9 years ago)
Author:
Antony Polukhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9497, comment 7

    initial v1  
    1 It's not a bug, boost::variant tries to satisfy the newer-empty guarantee:
     1It's not a bug, boost::variant tries to satisfy the never-empty guarantee:
    22* `boost::multiprecision::mpq_rational` has no noexcept default constructor because default constructor of `gmp_rational` is not marked with noexcept
    33* `Foo` has no noexcept default constructor