[libcxx-commits] [PATCH] D125813: [libc++] Removes __cpp_lib_monadic_optional.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 17 10:26:04 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:496
     "name": "__cpp_lib_optional",
-    "values": { "c++17": 201606 },
+    "values": { "c++17": 201606, "c++2b": 202110 },
     "headers": ["optional"],
----------------
The LWG issue says that `202106L` is replaced with `202110L`. Do you know what `202106L` is?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125813



More information about the libcxx-commits mailing list