[libcxx-commits] [PATCH] D135297: [libc++] Add test for bug that had been introduced in D98573 and fixed in D119633
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 5 11:17:01 PDT 2022
ldionne added a reviewer: philnik.
ldionne added a comment.
If you revert D119633 <https://reviews.llvm.org/D119633>, this test starts failing. It looks like we forgot to add a test when we made D98573 <https://reviews.llvm.org/D98573>, but I think it might be because the motivation for making the change was not fixing this bug, it was implementing `constexpr string`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135297/new/
https://reviews.llvm.org/D135297
More information about the libcxx-commits
mailing list