From 92b69215e63a3303a5e904ab332e2eec236e0ed2 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 16 Aug 2021 23:30:18 -0700 Subject: update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1 --- lib/libcxx/src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libcxx/src/random.cpp') diff --git a/lib/libcxx/src/random.cpp b/lib/libcxx/src/random.cpp index 29aa43b1e1..8ea080842e 100644 --- a/lib/libcxx/src/random.cpp +++ b/lib/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; -- cgit v1.2.3