[Boost-bugs] [Boost C++ Libraries] #11515: dynamic_bitset move constructor should be conditionally noexcept

Subject: [Boost-bugs] [Boost C++ Libraries] #11515: dynamic_bitset move constructor should be conditionally noexcept
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-07-27 19:09:58


#11515: dynamic_bitset move constructor should be conditionally noexcept
------------------------------+----------------------------
 Reporter: anonymous | Owner: jsiek
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: dynamic_bitset
  Version: Boost 1.58.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------------
 It should be noexcept if buffer_type is nothrow move constructible, i.e.,
 `noexcept(is_nothrow_move_constructible<buffer_type>::value)`.

 Otherwise, a `std::vector<dynamic_bitset>` will be forced to copy on
 reallocation.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11515>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC