[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


================
@@ -467,6 +467,7 @@ def add_version_header(tc):
                 # "c++20": 202110 Not implemented P2372R3 Fixing locale handling in chrono formatters
                 "c++20": 202106,
                 # "c++23": 202207, Not implemented P2419R2 Clarify handling of encodings in localized formatting of chrono types
+                # "c++26": 202306, # P2637R3 Member Visit
----------------
mordante wrote:

```suggestion
                # "c++26": 202306, P2637R3 Member Visit (implemented)
```
Just to make it easier to keep track of the FTM.

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


More information about the libcxx-commits mailing list