diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:25:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:25:04 +0000 |
| commit | 936e943916d12060dab9dc3077da6f42f02bd640 (patch) | |
| tree | 3a061d75674cd5b60d9f6df45d0b8d755da3782f /contrib/libc++/src/random.cpp | |
| parent | 4ca6fb657e8aa5445eb1f337bc4ab681abe9ec91 (diff) | |
| parent | ea907107107132d0201e0ba377408f4e117b581c (diff) | |
Notes
Diffstat (limited to 'contrib/libc++/src/random.cpp')
| -rw-r--r-- | contrib/libc++/src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/src/random.cpp b/contrib/libc++/src/random.cpp index 6140b74ecb5f..97a40c509dc9 100644 --- a/contrib/libc++/src/random.cpp +++ b/contrib/libc++/src/random.cpp @@ -40,7 +40,7 @@ random_device::operator()() } double -random_device::entropy() const +random_device::entropy() const _NOEXCEPT { return 0; } |
