[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


================
@@ -14,14 +14,18 @@
 //   see below visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
----------------
mordante wrote:

```suggestion
//   see below visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);  // deprecated C++26
```

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


More information about the libcxx-commits mailing list