[libcxx-commits] [libcxx] [libc++] `flat_meow` transparent comparator string literals (PR #133654)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 30 10:11:11 PDT 2025


================
@@ -106,6 +106,13 @@ int main(int, char**) {
     TEST_IGNORE_NODISCARD m.at(Transparent<int>{3});
     assert(transparent_used);
   }
+  {
+    // std::string and C string literal
----------------
ldionne wrote:

Can you please add the LWG issue number as a comment here? And to the other test cases.

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


More information about the libcxx-commits mailing list