doc: remove usages of C++11

Now it's just the standard library.
This commit is contained in:
fanquake 2023-01-05 19:52:33 +00:00
parent edc3d1b296
commit 672f7ad747
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
6 changed files with 7 additions and 7 deletions

View file

@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE(fastrandom_randbits)
}
}
/** Does-it-compile test for compatibility with standard C++11 RNG interface. */
/** Does-it-compile test for compatibility with standard library RNG interface. */
BOOST_AUTO_TEST_CASE(stdrandom_test)
{
FastRandomContext ctx;