diff options
Diffstat (limited to 'lib/libcxx/src/random.cpp')
| -rw-r--r-- | lib/libcxx/src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/src/random.cpp b/lib/libcxx/src/random.cpp index 29aa43b1e1..8ea080842e 100644 --- a/lib/libcxx/src/random.cpp +++ b/lib/libcxx/src/random.cpp @@ -175,7 +175,7 @@ random_device::operator()() #endif double -random_device::entropy() const _NOEXCEPT +random_device::entropy() const noexcept { #if defined(_LIBCPP_USING_DEV_RANDOM) && defined(RNDGETENTCNT) int ent; |
