Merged from trunk

[SVN r81661]
This commit is contained in:
Ion Gaztañaga
2012-12-01 22:50:46 +00:00
parent 10e9d4604b
commit 69dc55a76a
20 changed files with 122 additions and 197 deletions

View File

@@ -9,8 +9,10 @@
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/move/detail/config_begin.hpp>
//[construct_forward_example
#include <boost/move/move.hpp>
#include <boost/move/utility.hpp>
#include <iostream>
class copyable_only_tester
@@ -103,3 +105,5 @@ int main()
return 0;
}
//]
#include <boost/move/detail/config_end.hpp>