[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
Sat Dec 30 04:28:14 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:
yes, the current change removes testing for C++20 and C++23.
https://github.com/llvm/llvm-project/pull/76449
More information about the libcxx-commits
mailing list