summaryrefslogtreecommitdiffstats
path: root/libcxx/src/random.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-07-20 21:44:27 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-07-20 21:44:27 +0000
commit00586de436e092b4a699ae5e1f0b3723814f0e8b (patch)
treeccec01b67de0ac8675d05fcbbd4d98d7c6edd4e7 /libcxx/src/random.cpp
parentcd16df9154d46bb4ff49ed8843df714a7376d072 (diff)
downloadbcm5719-llvm-00586de436e092b4a699ae5e1f0b3723814f0e8b.tar.gz
bcm5719-llvm-00586de436e092b4a699ae5e1f0b3723814f0e8b.zip
noexcept applied to <random>.
llvm-svn: 160579
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 6140b74ecb5..97a40c509dc 100644
--- a/libcxx/src/random.cpp
+++ b/libcxx/src/random.cpp
@@ -40,7 +40,7 @@ random_device::operator()()
}
double
-random_device::entropy() const
+random_device::entropy() const _NOEXCEPT
{
return 0;
}
OpenPOWER on IntegriCloud