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