[libcxx-commits] [PATCH] D115999: [libc++][format] Finish P0645 Text Formatting.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 19 02:02:10 PST 2021
Mordante created this revision.
Mordante added reviewers: ldionne, vitaut.
Herald added a subscriber: arichardson.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This adjust the version macro and sets it as completed. All parts of the paper
have been implemented, except for the parts replaced by later papers and
LWG-issues.
Adjusted the synopsis to match the synopsis in the Standard. Not yet
implemented parts of P2216 <https://reviews.llvm.org/P2216> and P2418 <https://reviews.llvm.org/P2418> still use the P0645 wording.
Completes:
- P0645 Text Formatting
Depends on D115991 <https://reviews.llvm.org/D115991>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115999
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/Status/Cxx20Papers.csv
libcxx/docs/Status/FormatIssues.csv
libcxx/include/format
libcxx/include/version
libcxx/test/std/language.support/support.limits/support.limits.general/format.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115999.395314.patch
Type: text/x-patch
Size: 20068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211219/e56bd5df/attachment-0001.bin>
More information about the libcxx-commits
mailing list