]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/bind_fnobj2_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / bind / test / bind_fnobj2_test.cpp
index a85fe5dd0a1b160f159176b27d6e67435ad9a5dc..5fc2b9367910bdf28e3e60001f89c203b343e17f 100644 (file)
 // http://www.boost.org/LICENSE_1_0.txt)
 //
 
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
+#include <boost/core/lightweight_test.hpp>
 
-#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
-#pragma warning(push, 3)
-#endif
-
-#include <iostream>
-
-#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
-#pragma warning(pop)
-#endif
-
-#include <boost/detail/lightweight_test.hpp>
+//
 
 struct X
 {