]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/example/doc_move_containers.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / container / example / doc_move_containers.cpp
index e7b09f09dd5c0d09751a4146f24c035329b587a0..34f7508443b49c5e5d4198ea91705d85627868ba 100644 (file)
@@ -7,8 +7,7 @@
 // See http://www.boost.org/libs/container for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
-#include <boost/container/detail/config_begin.hpp>
-#include <boost/container/detail/workaround.hpp>
+
 //[doc_move_containers
 #include <boost/container/vector.hpp>
 #include <boost/move/utility_core.hpp>
@@ -51,4 +50,3 @@ int main ()
    return 0;
 }
 //]
-#include <boost/container/detail/config_end.hpp>