Changes between Initial Version and Version 1 of Ticket #11874


Ignore:
Timestamp:
Dec 27, 2015, 7:15:46 PM (7 years ago)
Author:
Antony Polukhin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11874 – Description

    initial v1  
    99}}}
    1010
    11 `BOOST_NOEXCEPT_IF(boost::is_nothrow_move_assignable<value_type>::value)` may help.
     11`BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<value_type>::value)` may help.