[libcxx-commits] [libcxx] [llvm] [libc++] Implement P1885R12: `<text_encoding>` (PR #141312)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 8 14:04:33 PDT 2026


================
@@ -0,0 +1,142 @@
+// -*- C++ -*-
----------------
ldionne wrote:

I think `consteval` tests are still missing. Since I can't figure out a way to test this nicely like we do for SFINAE, I would suggest a verify test. But since writing a separate test file for each function just for consteval is overkill, let's group them by class or something.

And while we're at it, can you add a mention in the coding guidelines (or testinglibcxx) about testing consteval? For now, let's record this as the best way we know to do it, until we find better.

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


More information about the libcxx-commits mailing list