[all-commits] [llvm/llvm-project] ca1694: Re-enable __cpp_lib_constexpr_functional.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Jan 8 14:31:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca1694b9d07cf14dd15d804b37fa151f4e082c2f
https://github.com/llvm/llvm-project/commit/ca1694b9d07cf14dd15d804b37fa151f4e082c2f
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/functional.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
Re-enable __cpp_lib_constexpr_functional.
I accidentally disabled this feature-test macro in my D93830,
due to a rebasing conflict. It had been enabled by my D93815,
and should have remained enabled.
More information about the All-commits
mailing list