[libcxx-commits] [libcxx] [libcxx] Enable '-fdelayed-template-parsing' for clang-cl libcxx tests (PR #70092)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 25 06:35:41 PDT 2023
EricWF wrote:
If I recall correctly `-fdelayed-template-parsing` puts the compiler into a non-conforming mode. And MSVC now defaults to `-fno-delayed-template-parsing` now.
Does libc++ want to support a non-conforming, legacy, MSVC extension?
https://github.com/llvm/llvm-project/pull/70092
More information about the libcxx-commits
mailing list