[llvm] [libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (PR #69498)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 10:24:47 PDT 2023


https://github.com/EricWF commented:

Are there tests that we actually correctly call the overridden throwing version from the overridden non-throwing version? 

Also, I wonder how much we really care about the library being built without exceptions vs allowing the library to be used without exceptions. 


https://github.com/llvm/llvm-project/pull/69498


More information about the llvm-commits mailing list