]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/range/test/algorithm_test/replace_if.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / range / test / algorithm_test / replace_if.cpp
index 12d729349c3867622da04eb7fcd0df9abb223a16..ecd3a743c3ca02c1b0a99a5160c23e953266f73d 100644 (file)
@@ -14,7 +14,7 @@
 #include <boost/test/unit_test.hpp>
 
 #include <boost/assign.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <algorithm>
 #include <functional>
 #include <list>
@@ -29,6 +29,8 @@ namespace boost
         template< class Container, class UnaryPredicate >
         void test_replace_if_impl(Container& cont, UnaryPredicate pred)
         {
+            using namespace boost::placeholders;
+
             const int what = 2;
             const int with_what = 5;