Files
clang-p2996/libcxx/include/__random
Joseph Huber 5f2389d49f [libc++] Do not redeclare lgamma_r when targeting the LLVM C library (#102036)
We use lgamma_r for the random normal distribution support. In this
code we redeclare it, which causes issues with the LLVM C library as
this function is marked noexcept in LLVM libc. This patch ensures that
we don't redeclare that function when targeting LLVM libc.
2024-08-27 17:46:03 -04:00
..
2023-12-18 14:01:33 -05:00