[all-commits] [llvm/llvm-project] 195287: [libc++][ranges] Sets ranges feature-test macro.
mordante via All-commits
all-commits at lists.llvm.org
Tue Aug 9 08:20:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 195287d90afb1b97a0fb869da501370e7c3e67c6
https://github.com/llvm/llvm-project/commit/195287d90afb1b97a0fb869da501370e7c3e67c6
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/algorithm.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/functional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/iterator.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/ranges.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++][ranges] Sets ranges feature-test macro.
D131234 marked the ranges papers as complete, but it didn't set the
feature-test macro.
Reviewed By: ldionne, var-const, #libc
Differential Revision: https://reviews.llvm.org/D131326
More information about the All-commits
mailing list