aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/random.cpp')
-rw-r--r--libcxx/src/random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/random.cpp b/libcxx/src/random.cpp
index 29aa43b1e1e1..8ea080842e0d 100644
--- a/libcxx/src/random.cpp
+++ b/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;