[all-commits] [llvm/llvm-project] f71277: [libc++][format] Exposes basic-format-string
mordante via All-commits
all-commits at lists.llvm.org
Tue Aug 2 11:33:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f712775dafdb221fdf73f38819fa9e618aec6b67
https://github.com/llvm/llvm-project/commit/f712775dafdb221fdf73f38819fa9e618aec6b67
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/docs/Status/FormatIssues.csv
M libcxx/docs/UsingLibcxx.rst
M libcxx/include/format
A libcxx/test/std/utilities/format/format.fmt.string/ctor.verify.cpp
A libcxx/test/std/utilities/format/format.fmt.string/get.pass.cpp
A libcxx/test/std/utilities/format/format.fmt.string/types.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++][format] Exposes basic-format-string
This paper was accepted during the last plenary and is intended to be
backported to LLVM 15. When backporting the release notes in the branch
should be updated too.
Note the feature-test macro isn't updated since this will change; three
papers have updated the same macro in the same plenary.
Implements:
- P2508R1 Exposing std::basic-format-string
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D130643
More information about the All-commits
mailing list