summaryrefslogtreecommitdiff
path: root/libcxx/include/version
diff options
context:
space:
mode:
authoryronglin <yronglin777@gmail.com>2023-05-18 01:05:13 +0800
committeryronglin <yronglin777@gmail.com>2023-05-18 01:05:25 +0800
commitacce2a315945e386a7be6f014ebe90c2a28f38d9 (patch)
tree4dc99806d34604023905d11f645690782afe0a66 /libcxx/include/version
parent5ae9098e5c1564bdfe0ae0fdbc02e581138eeac7 (diff)
downloadllvm-acce2a315945e386a7be6f014ebe90c2a28f38d9.tar.gz
[libc++] Implement P2505R5(Monadic operations for std::expected).
Implement P2505R5(https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2505r5.html) Reviewed By: #libc, philnik, ldionne Differential Revision: https://reviews.llvm.org/D140911
Diffstat (limited to 'libcxx/include/version')
-rw-r--r--libcxx/include/version4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/version b/libcxx/include/version
index b87abdfce522..4cb74e29cbf2 100644
--- a/libcxx/include/version
+++ b/libcxx/include/version
@@ -82,7 +82,7 @@ __cpp_lib_erase_if 202002L <deque> <forward
__cpp_lib_exchange_function 201304L <utility>
__cpp_lib_execution 201902L <execution>
201603L // C++17
-__cpp_lib_expected 202202L <expected>
+__cpp_lib_expected 202211L <expected>
__cpp_lib_filesystem 201703L <filesystem>
__cpp_lib_format 202106L <format>
__cpp_lib_format_ranges 202207L <format>
@@ -399,7 +399,7 @@ __cpp_lib_void_t 201411L <type_traits>
# undef __cpp_lib_constexpr_memory
# define __cpp_lib_constexpr_memory 202202L
# define __cpp_lib_constexpr_typeinfo 202106L
-# define __cpp_lib_expected 202202L
+# define __cpp_lib_expected 202211L
# if !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)
# define __cpp_lib_format_ranges 202207L
# endif