Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/version
Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
__cpp_lib_endian 201907L <bit> | __cpp_lib_endian 201907L <bit> | ||||
__cpp_lib_erase_if 202002L <deque> <forward_list> <list> | __cpp_lib_erase_if 202002L <deque> <forward_list> <list> | ||||
<map> <set> <string> | <map> <set> <string> | ||||
<unordered_map> <unordered_set> <vector> | <unordered_map> <unordered_set> <vector> | ||||
__cpp_lib_exchange_function 201304L <utility> | __cpp_lib_exchange_function 201304L <utility> | ||||
__cpp_lib_execution 201902L <execution> | __cpp_lib_execution 201902L <execution> | ||||
201603L // C++17 | 201603L // C++17 | ||||
__cpp_lib_filesystem 201703L <filesystem> | __cpp_lib_filesystem 201703L <filesystem> | ||||
__cpp_lib_format 201907L <format> | __cpp_lib_format 202106L <format> | ||||
__cpp_lib_gcd_lcm 201606L <numeric> | __cpp_lib_gcd_lcm 201606L <numeric> | ||||
__cpp_lib_generic_associative_lookup 201304L <map> <set> | __cpp_lib_generic_associative_lookup 201304L <map> <set> | ||||
__cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> | __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> | ||||
__cpp_lib_hardware_interference_size 201703L <new> | __cpp_lib_hardware_interference_size 201703L <new> | ||||
__cpp_lib_has_unique_object_representations 201606L <type_traits> | __cpp_lib_has_unique_object_representations 201606L <type_traits> | ||||
__cpp_lib_hypot 201603L <cmath> | __cpp_lib_hypot 201603L <cmath> | ||||
__cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector> | __cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector> | ||||
__cpp_lib_int_pow2 202002L <bit> | __cpp_lib_int_pow2 202002L <bit> | ||||
▲ Show 20 Lines • Show All 225 Lines • ▼ Show 20 Lines | |||||
# if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L | # if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L | ||||
# define __cpp_lib_destroying_delete 201806L | # define __cpp_lib_destroying_delete 201806L | ||||
# endif | # endif | ||||
# define __cpp_lib_endian 201907L | # define __cpp_lib_endian 201907L | ||||
# define __cpp_lib_erase_if 202002L | # define __cpp_lib_erase_if 202002L | ||||
# undef __cpp_lib_execution | # undef __cpp_lib_execution | ||||
// # define __cpp_lib_execution 201902L | // # define __cpp_lib_execution 201902L | ||||
# if !defined(_LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format) | # if !defined(_LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format) | ||||
// # define __cpp_lib_format 201907L | // # define __cpp_lib_format 202106L | ||||
# endif | # endif | ||||
# define __cpp_lib_generic_unordered_lookup 201811L | # define __cpp_lib_generic_unordered_lookup 201811L | ||||
# define __cpp_lib_int_pow2 202002L | # define __cpp_lib_int_pow2 202002L | ||||
# if !defined(_LIBCPP_HAS_NO_CONCEPTS) | # if !defined(_LIBCPP_HAS_NO_CONCEPTS) | ||||
# define __cpp_lib_integer_comparison_functions 202002L | # define __cpp_lib_integer_comparison_functions 202002L | ||||
# endif | # endif | ||||
# define __cpp_lib_interpolate 201902L | # define __cpp_lib_interpolate 201902L | ||||
# define __cpp_lib_is_constant_evaluated 201811L | # define __cpp_lib_is_constant_evaluated 201811L | ||||
▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines |