]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/protect_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / bind / test / protect_test.cpp
index 0da7d51734c278863d248d2d17289544d2987f2f..11d4219fd43b14ce135e0c92c68ad58ad0bf4054 100644 (file)
@@ -8,9 +8,12 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/bind/protect.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
+#include <boost/core/lightweight_test.hpp>
 
-#include <boost/detail/lightweight_test.hpp>
+using namespace boost::placeholders;
+
+//
 
 int f(int x)
 {