mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
doc: remove usages of C++11
Now it's just the standard library.
This commit is contained in:
parent
edc3d1b296
commit
672f7ad747
6 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue