]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/move/example/movable.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / move / example / movable.hpp
index 7b1d990e8daaede4e11891d6ae08df36b0c73172..3b2518fba9d54bbe48c82fb330c10ae5d0c235c8 100644 (file)
@@ -11,8 +11,6 @@
 #ifndef BOOST_MOVE_TEST_MOVABLE_HPP
 #define BOOST_MOVE_TEST_MOVABLE_HPP
 
-#include <boost/move/detail/config_begin.hpp>
-
 //[movable_definition 
 //header file "movable.hpp"
 #include <boost/move/core.hpp>
@@ -52,6 +50,4 @@ struct has_nothrow_move<movable>
 }  //namespace boost{
 //]
 
-#include <boost/move/detail/config_end.hpp>
-
 #endif //BOOST_MOVE_TEST_MOVABLE_HPP