noexcept applied to <random>.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2012-07-20 21:44:27 +00:00
parent fe4c9dd747
commit c83960a9e4
2 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ random_device::operator()()
}
double
random_device::entropy() const
random_device::entropy() const _NOEXCEPT
{
return 0;
}