]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/src/core.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / log / src / core.cpp
index f43d80baeed29f82c256febc7cdcbd1ad65cf217..07f719962c6eae009f24bc91c8c2dae33eeb0d2a 100644 (file)
@@ -57,7 +57,7 @@ namespace aux {
 
 BOOST_LOG_ANONYMOUS_NAMESPACE {
 
-//! Sequence shuffling algorithm. Very similar to std::random_shuffle, used for forward portability with compilers that removed it from STL.
+//! Sequence shuffling algorithm. Very similar to std::random_shuffle, used for forward portability with compilers that removed it from the standard library (C++17).
 template< typename Iterator, typename RandomNumberGenerator >
 void random_shuffle(Iterator begin, Iterator end, RandomNumberGenerator& rng)
 {