Subject: [Boost-bugs] [Boost C++ Libraries] #7911: Mark move constructors and move assignments of varint with BOOST_NOEXCEPT_IF
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-21 06:26:34
#7911: Mark move constructors and move assignments of varint with
BOOST_NOEXCEPT_IF
-------------------------------------------+--------------------------------
Reporter: apolukhin | Owner: ebf
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: variant
Version: Boost 1.53.0 | Severity: Problem
Keywords: variant rvalues noexcept move |
-------------------------------------------+--------------------------------
According to [http://www.open-
std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html N3050] sequence
containers can use move constructors/assignments of underling type only if
underling types constructor/assignment is marked with noexcept.[[BR]]
[[BR]]
We can determinate, if move constructor/assignment of variant can throw
and mark it with BOOST_NOEXCEPT_IF(constexpr_value).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7911> 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:11 UTC