[libcxx-commits] [PATCH] D93830: [libc++] Update generate_feature_test_macro_components.py to match SD-6

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 8 07:33:35 PST 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:174
   }, {
-    "name": "__cpp_lib_constexpr_swap_algorithms",
-    "values": { "c++20": 201806 },
----------------
ldionne wrote:
> That doesn't exist anymore?
Right. The backstory here is gleaned from
https://cplusplus.github.io/LWG/issue3256 (change the name, adopted)
https://lists.isocpp.org/sg10/2019/11/0675.php (drop the "s" from "algorithms", apparently not adopted?)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93830/new/

https://reviews.llvm.org/D93830



More information about the libcxx-commits mailing list