commit | c83960a9e45fb5f787404b2090e0b95bb35bf0ff | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Jul 20 21:44:27 2012 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Jul 20 21:44:27 2012 +0000 |
tree | 8642b93a0fd735e2897709e84a3670690dce3dfb | |
parent | fe4c9dd747bdfae4916dfd21869c306b3592b523 [diff] [blame] |
noexcept applied to <random>. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160579 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/random.cpp b/src/random.cpp index 6140b74..97a40c5 100644 --- a/src/random.cpp +++ b/src/random.cpp
@@ -40,7 +40,7 @@ } double -random_device::entropy() const +random_device::entropy() const _NOEXCEPT { return 0; }