Changes between Initial Version and Version 1 of Ticket #11874
- Timestamp:
- Dec 27, 2015, 7:15:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11874 – Description
initial v1 9 9 }}} 10 10 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.