Subject: [Boost-bugs] [Boost C++ Libraries] #12622: static_vector and operator= in C++03
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-24 15:14:57
#12622: static_vector and operator= in C++03
------------------------------+------------------------
Reporter: marc.glisse@⦠| Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: container
Version: Boost 1.62.0 | Severity: Problem
Keywords: |
------------------------------+------------------------
Hello,
it appears that ticket 9932 may not have been completely fixed:
#include <boost/container/static_vector.hpp>
class NT {
boost::container::static_vector<int, 4> m;
};
void f(NT&a, NT const&b){
a=b;
}
This fails to compile in C++03 mode with both clang++ and g++.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12622> 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:20 UTC