[all-commits] [llvm/llvm-project] 679169: [libc++][format] Enables feature-test macro.
mordante via All-commits
all-commits at lists.llvm.org
Tue Aug 2 09:43:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 679169b7dd74c6f9161353f07e716ec25e80d1b8
https://github.com/llvm/llvm-project/commit/679169b7dd74c6f9161353f07e716ec25e80d1b8
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
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] Enables feature-test macro.
The macro is only enabled when the Clang is used with
-fexperimental-library.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D130792
More information about the All-commits
mailing list