[libcxx-commits] [PATCH] D137729: [libc++] Add FTM for constexpr vector

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 9 12:02:28 PST 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
Herald added a subscriber: arichardson.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It looks like we forgot to set the FTM when adding constexpr vector support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137729

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/vector.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137729.474326.patch
Type: text/x-patch
Size: 6256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221109/6216ba9a/attachment.bin>


More information about the libcxx-commits mailing list