[Boost-bugs] [Boost C++ Libraries] #13161: Optional vector assignment regression

Subject: [Boost-bugs] [Boost C++ Libraries] #13161: Optional vector assignment regression
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-08-14 06:43:17


#13161: Optional vector assignment regression
------------------------------+------------------------
 Reporter: popizdeh@… | Owner: (none)
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.63.0 | Severity: Regression
 Keywords: |
------------------------------+------------------------
 {{{
 boost::optional<std::vector<int>> v;
 v = { 1, 3 };
 }}}

 Assignment doesn't compile anymore. It worked in 1.62 and reports an error
 in 1.63. I think it has to do with the addition of
 BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX but I could be wrong.

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13161>
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-08-14 06:48:41 UTC