9#if !defined(__XTD_STD_INTERNAL__)
10#error "Do not include this file: Internal use only"
22#if (defined(__cpp_lib_format) && defined(_MSC_VER) && _MSC_VER >= 1932) || (defined(__apple_build_version__) && __apple_build_version__ >= 15000300) || (!defined(__APPLE__) && defined(__GNUC__) && __GNUC__ >= 13) || (!defined(__APPLE__) && defined(__clang_major__) && __clang_major__ >= 15)
23#define __xtd__cpp_lib_format
26#if defined(__cpp_lib_ranges)
27#define __xtd__cpp_lib_ranges
30#if defined(__cpp_lib_source_location)
31#define __xtd__cpp_lib_source_location
34#if defined(__cpp_lib_type_identity)
35#define __xtd__cpp_lib_type_identity
Contains C++ exceptions check.
Contains C++ version check.