]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/phoenix/test/algorithm/transformation2.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / phoenix / test / algorithm / transformation2.cpp
index 87249ae6e516c8d7d32e0dfe26a2a0a514357d01..e22d57bd94f89a52179e4eb226e6a9d897166af0 100644 (file)
@@ -54,6 +54,7 @@ namespace
 
     void random_shuffle_test()
     {
+#ifndef BOOST_NO_CXX98_RANDOM_SHUFFLE
         using boost::phoenix::random_shuffle;
         using boost::phoenix::arg_names::arg1;
         int array[] = {1,2,3};
@@ -67,6 +68,7 @@ namespace
         BOOST_TEST(third == 1 || third == 2 || third == 3);
         BOOST_TEST(first != third && second != third);
         return;
+#endif
     }
     
     void partition_test()