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

@@ -250,7 +250,7 @@ public:
/* interval [0..0] */ Dur{0};
};
// Compatibility with the C++11 UniformRandomBitGenerator concept
// Compatibility with the UniformRandomBitGenerator concept
typedef uint64_t result_type;
static constexpr uint64_t min() { return 0; }
static constexpr uint64_t max() { return std::numeric_limits<uint64_t>::max(); }