[all-commits] [llvm/llvm-project] b7c0a4: [libc++] Add FTM for constexpr vector
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Nov 9 13:45:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7c0a4065e328846d55b13d6e677b679d31cfb57
https://github.com/llvm/llvm-project/commit/b7c0a4065e328846d55b13d6e677b679d31cfb57
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/vector.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++] Add FTM for constexpr vector
It looks like we forgot to set the FTM when adding constexpr vector support.
Reviewed By: ldionne, #libc
Spies: libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D137729
More information about the All-commits
mailing list