1
0
forked from boostorg/move

Updated documentation and tests to Boost.Container

[SVN r74156]
This commit is contained in:
Ion Gaztañaga
2011-08-30 12:53:03 +00:00
parent 9cc7307b03
commit 664d8ba073
7 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -10,11 +10,11 @@
//////////////////////////////////////////////////////////////////////////////
//[move_inserter_example
#include <boost/interprocess/containers/list.hpp>
#include <boost/container/list.hpp>
#include "movable.hpp"
#include <cassert>
using namespace ::boost::interprocess;
using namespace ::boost::container;
typedef list<movable> list_t;
typedef list_t::iterator l_iterator;