]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/move/example/doc_how_works.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / move / example / doc_how_works.cpp
index ef28be45fa1860eeb457e89ce84b562eec238798..361ab887f2637df497f058f92cc9f3307abbef39 100644 (file)
@@ -20,8 +20,6 @@ int main()
 
 #else
 
-#include <boost/move/detail/config_begin.hpp>
-
 //[how_works_example
 #include <boost/move/core.hpp>
 #include <iostream>
@@ -58,6 +56,4 @@ int main()
 }
 //]
 
-#include <boost/move/detail/config_end.hpp>
-
 #endif