We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a7161 commit 150f3c3Copy full SHA for 150f3c3
libcxx/include/__random/binomial_distribution.h
@@ -101,6 +101,8 @@ class binomial_distribution {
101
#if defined(_LIBCPP_GLIBC_PREREQ)
102
# if _LIBCPP_GLIBC_PREREQ(2, 8)
103
# define _LIBCPP_LGAMMA_R_NOEXCEPT _NOEXCEPT
104
+# else
105
+# define _LIBCPP_LGAMMA_R_NOEXCEPT
106
# endif
107
#elif defined(__LLVM_LIBC__)
108
0 commit comments