id summary reporter owner description type status milestone component version severity resolution keywords cc 12622 static_vector and operator= in C++03 marc.glisse@… Ion Gaztañaga "Hello, it appears that ticket 9932 may not have been completely fixed: #include class NT { boost::container::static_vector m; }; void f(NT&a, NT const&b){ a=b; } This fails to compile in C++03 mode with both clang++ and g++." Bugs closed To Be Determined container Boost 1.62.0 Problem wontfix