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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 28 08:33:42 PST 2023


================
@@ -10,18 +10,26 @@
 
 // <format>
 
+// class basic_format_arg;
+
+// template<class Visitor>
+//   decltype(auto) visit(this basic_format_arg arg, Visitor&& vis);  // since C++26
----------------
mordante wrote:

Please create a new test for the non-member version. Feel free to copy paste the original test.

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


More information about the libcxx-commits mailing list