diff options
Diffstat (limited to 'libcxx/include/version')
| -rw-r--r-- | libcxx/include/version | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/version b/libcxx/include/version index 5e758fce76e..552d663d052 100644 --- a/libcxx/include/version +++ b/libcxx/include/version @@ -39,6 +39,9 @@ __cpp_lib_complex_udls 201309L <complex> __cpp_lib_concepts 201806L <concepts> __cpp_lib_constexpr_swap_algorithms 201806L <algorithm> __cpp_lib_enable_shared_from_this 201603L <memory> +__cpp_lib_erase_if 201811L <string> <deque> <forward_list> <list> + <vector> <map> <set> <unordered_map> + <unordered_set> __cpp_lib_exchange_function 201304L <utility> __cpp_lib_execution 201603L <execution> __cpp_lib_filesystem 201703L <filesystem> @@ -118,6 +121,7 @@ __cpp_lib_void_t 201411L <type_traits> #if _LIBCPP_STD_VER > 17 #ifndef _LIBCPP_NO_HAS_CHAR8_T # define __cpp_lib_char8_t 201811L +#define __cpp_lib_erase_if 201811L #endif #endif |

