[all-commits] [llvm/llvm-project] b23735: [libc++][format] Mark range formaters as complete.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Apr 11 09:47:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b23735407008948829ab24036d979427ddbbe121
https://github.com/llvm/llvm-project/commit/b23735407008948829ab24036d979427ddbbe121
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/Status/Cxx2b.rst
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/docs/Status/FormatIssues.csv
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/format.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++][format] Mark range formaters as complete.
The __cpp_lib_format_ranges feature-test macro only depends on P2286R8
and P2585R0. Note since LWG3750 only affects these two C++23 papers
there is nothing to do for older language versions.
(The __cpp_lib_format feature-test macro depends on the incomplete
formatting for chrono. So this part can't be marked as complete yet.)
This completes
- P2286R8 Formatting ranges
- P2585R0 Improving default container formatting
This partly implements
- LWG3750 Too many papers bump __cpp_lib_format
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D147880
More information about the All-commits
mailing list