[libcxx-commits] [libcxx] [libc++][string] Add constexpr initialization stress test (PR #184723)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 5 02:45:00 PST 2026
https://github.com/philnik777 commented:
I'm very confused. You're saying this is to ensure we don't hit the default limit too fast, but then you override the default limit? I'd also rather have a single string and lower the limit instead, assuming what we actually want to test is the number of steps a simple initialization takes.
https://github.com/llvm/llvm-project/pull/184723
More information about the libcxx-commits
mailing list