mirror of
https://github.com/boostorg/move.git
synced 2025-07-29 11:57:14 +02:00
Updated documentation and tests to Boost.Container
[SVN r74156]
This commit is contained in:
@ -10,13 +10,13 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//[move_iterator_example
|
||||
#include <boost/interprocess/containers/vector.hpp>
|
||||
#include <boost/container/vector.hpp>
|
||||
#include "movable.hpp"
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace ::boost::interprocess;
|
||||
using namespace ::boost::container;
|
||||
|
||||
//Create a vector with 10 default constructed objects
|
||||
vector<movable> v(10);
|
||||
|
Reference in New Issue
Block a user