]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/example/doc_emplace.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / container / example / doc_emplace.cpp
index 10ab7437bff6270a516efca0fdeb3fd2e57700fe..fc7bc3b23062f5f9218d3028a523d48b8728e44a 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_emplace
 #include <boost/container/list.hpp>
 #include <cassert>
@@ -41,4 +40,3 @@ int main ()
    return 0;
 }
 //]
-#include <boost/container/detail/config_end.hpp>