[libcxx-commits] [libcxx] Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449 (PR #79032)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 22 10:48:36 PST 2024


================
@@ -131,9 +131,6 @@ void test() {
   test<Context, bool, std::string>(true, "visited");
   test<Context, bool, std::string>(false, "visited");
 
-  test<Context, bool, long>(true, 192812079084L);
-  test<Context, bool, long>(false, 192812079084L);
-
   // Test CharT types.
----------------
H-G-Hristov wrote:

Deleted for a quick fix

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


More information about the libcxx-commits mailing list