mirror of
https://github.com/boostorg/container.git
synced 2026-01-29 09:50:22 +01:00
* Improved vector's insertion performance.
* Changed again experimental multiallocation interface for better performance (still experimental). * Added no exception support for those willing to disable exceptions in their compilers. * Fixed GCC -Wshadow warnings. * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. [SVN r81519]
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <boost/container/detail/workaround.hpp>
|
||||
//[doc_move_containers
|
||||
#include <boost/container/vector.hpp>
|
||||
#include <boost/move/move.hpp>
|
||||
#include <boost/move/utility.hpp>
|
||||
#include <cassert>
|
||||
|
||||
//Non-copyable class
|
||||
|
||||
Reference in New Issue
Block a user