]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/parameter/test/macros.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / parameter / test / macros.cpp
index 97026bbee4d813cc560859c9f29591a248a68c81..6cde47644fb92aa5150065686909999a53f1bb8b 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <boost/parameter.hpp>
 #include <boost/parameter/macros.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include "basics.hpp"
 
 namespace test {
@@ -38,7 +38,7 @@ namespace test {
     }
 } // namespace test
 
-#include <boost/ref.hpp>
+#include <boost/core/ref.hpp>
 #include <boost/core/lightweight_test.hpp>
 #include <string>
 
@@ -65,4 +65,3 @@ int main()
 
     return boost::report_errors();
 }
-