Subject: [Boost-bugs] [Boost C++ Libraries] #13411: boost::container::small_vector move constructor/assignop not noexcept
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-01-21 13:03:22
#13411: boost::container::small_vector move constructor/assignop not noexcept
------------------------------+---------------------------
Reporter: avi@⦠| Owner: Ion Gaztañaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: container
Version: Boost 1.63.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------
Move-constructing or assigning a `small_vector` should be `noexcept`, if
the `value_type` permits it (being itself nothrow move constructible).
This will make small_vectors more efficient, and more usable in call sites
that require nothrow moves.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13411> 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 : 2018-01-21 13:07:52 UTC