]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/move/example/copymovable.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / move / example / copymovable.hpp
index 173d420bf57ef965d143314f82f8dccf9d52b228..e7f3764b5379674f5caa80dac13b75dc7fbbc1ec 100644 (file)
@@ -11,8 +11,6 @@
 #ifndef BOOST_MOVE_TEST_COPYMOVABLE_HPP
 #define BOOST_MOVE_TEST_COPYMOVABLE_HPP
 
-#include <boost/move/detail/config_begin.hpp>
-
 //[copy_movable_definition 
 //header file "copymovable.hpp"
 #include <boost/move/core.hpp>
@@ -59,6 +57,4 @@ class non_copy_movable
 
 //]
 
-#include <boost/move/detail/config_end.hpp>
-
 #endif //BOOST_MOVE_TEST_COPYMOVABLE_HPP