id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11555,devector.hpp assumes allocator_traits_type is always present,John Maddock,viboes,"Many tests fail with Oracle C++ because devector has: {{{ devector& operator=(BOOST_RV_REF(devector) x) BOOST_NOEXCEPT_IF(vector::allocator_traits_type::propagate_on_container_move_assignment::value) }}} I suspect use of vector here needs to be namespace qualified to avoid confusion with std::vector, as Oracle C++ outputs: {{{ ""../../../boost/thread/csbl/devector.hpp"", line 61: Error: allocator_traits_type is not a member of std::vector >. }}} However, there's another issue, the code in can be configured to really use std::vector here (I haven't checked if that's the case with Oracle C++), and clearly std::vector has no such member.",Bugs,closed,Boost 1.60.0,thread,Boost Release Branch,Problem,fixed,,