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
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;