summaryrefslogtreecommitdiff
path: root/libcxx/include/version
diff options
context:
space:
mode:
authoryronglin <yronglin777@gmail.com>2023-05-18 00:55:03 +0800
committeryronglin <yronglin777@gmail.com>2023-05-18 00:55:47 +0800
commit5ae9098e5c1564bdfe0ae0fdbc02e581138eeac7 (patch)
tree8616b1f098496df4fbca1069ff1fb1c140c811bd /libcxx/include/version
parentafbd36f153afc6cfe7a07baa42076e50b2d63d96 (diff)
downloadllvm-5ae9098e5c1564bdfe0ae0fdbc02e581138eeac7.tar.gz
Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."
This reverts commit ebc111b08bddca55d5f7e560a20bdb2c913d80cb. Sorry, I forgot to append Phabricator reversion when land D140911, I try to revert this change and reland. Reviewed By: #libc, ldionne, EricWF Differential Revision: https://reviews.llvm.org/D150793
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 4cb74e29cbf2..b87abdfce522 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 202211L <expected>
+__cpp_lib_expected 202202L <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 202211L
+# define __cpp_lib_expected 202202L
# if !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)
# define __cpp_lib_format_ranges 202207L
# endif