]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/lambda/algorithm.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / lambda / algorithm.hpp
index ced5f4e0091e61a01c30cb65195f609efc068dfe..bc5b0c7b7f19711ecc75051b8e414b4601e98b52 100644 (file)
@@ -684,6 +684,8 @@ struct rotate_copy {
 
 // random_shuffle  ---------------------------------
 
+#ifndef BOOST_NO_CXX98_RANDOM_SHUFFLE
+
 struct random_shuffle {
 
   template <class Args>
@@ -703,6 +705,7 @@ struct random_shuffle {
 
 };
 
+#endif
 
 // partition  ---------------------------------