[libcxx-commits] [PATCH] D111773: [libcxx] __cpp_lib_ranges value should be 201911L under C++20, not 201811L

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 09:01:44 PDT 2023


ldionne commandeered this revision.
ldionne removed a reviewer: ldionne.
ldionne added a comment.
Herald added a project: All.

[Github PR transition cleanup]

This isn't relevant anymore since we now have:

  {
      "name": "__cpp_lib_ranges",
      "values": {"c++20": 202207},
      "headers": ["algorithm", "functional", "iterator", "memory", "ranges"],
  },

Commandeering and closing.


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

https://reviews.llvm.org/D111773



More information about the libcxx-commits mailing list