[libcxx-commits] [libcxx] [libc++] Put _LIBCPP_NODEBUG on all internal aliases (PR #118710)

David Blaikie via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 15 11:37:07 PST 2025


dwblaikie wrote:

Oh, extra wrinkle. This only reproduces with codeview output, so compiled with:
```
 clang++-tot test.cpp -c -target i686-windows-msvc -S -o - -emit-llvm -g
```
Shows the problem.

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


More information about the libcxx-commits mailing list