René's URL Explorer Experiment


Title: C++26 编译器支持 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fcompiler+support%2F26
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fcompiler+support%2F26
页面https://zh.cppreference.com/cpp/compiler_support/26
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/compiler_support/26&action=edit&redlink=1
https://zh.cppreference.com/cpp/compiler_support/26
不转换https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&variant=zh-tw
阅读https://zh.cppreference.com/cpp/compiler_support/26
查看源代码https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&action=history
https://zh.cppreference.com/cpp/compiler_support/26
cpphttps://zh.cppreference.com/cpp
compiler supporthttps://zh.cppreference.com/cpp/compiler_support
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
编译器支持https://zh.cppreference.com/cpp/compiler_support
C++11https://zh.cppreference.com/cpp/compiler_support/11
C++14https://zh.cppreference.com/cpp/compiler_support/14
C++17https://zh.cppreference.com/cpp/compiler_support/17
C++20https://zh.cppreference.com/cpp/compiler_support/20
C++23https://zh.cppreference.com/cpp/compiler_support/23
C++29https://zh.cppreference.com/cpp/compiler_support/29
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/compiler_support/navbar_content&action=edit
P2621R3https://wg21.link/P2621R3
P1854R4https://wg21.link/P1854R4
不求值字符串https://zh.cppreference.com/cpp/language/string_literal#不求值字符串
P2361R6https://wg21.link/P2361R6
基本字符集https://zh.cppreference.com/cpp/language/charset#基本字符集
P2558R2https://wg21.link/P2558R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr
P2738R1https://wg21.link/P2738R1
P2552R3https://wg21.link/P2552R3
P2752R3https://wg21.link/P2752R3
static_asserthttps://zh.cppreference.com/cpp/language/static_assert
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_static_assert
P2741R3https://wg21.link/P2741R3
没有名字的占位符变量https://zh.cppreference.com/cpp/language/conflicting_declarations#有潜在冲突的声明
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_placeholder_variables
P2169R4https://wg21.link/P2169R4
包索引https://zh.cppreference.com/cpp/language/pack_indexing
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_pack_indexing
P2662R3https://wg21.link/P2662R3
P2864R2https://wg21.link/P2864R2
P2308R1https://wg21.link/P2308R1
临时量https://zh.cppreference.com/cpp/language/reference_initialization#临时量的生存期
P2748R5https://wg21.link/P2748R5
结构化绑定https://zh.cppreference.com/cpp/language/structured_binding
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_structured_bindings
P0609R3https://wg21.link/P0609R3
未初始化读取https://zh.cppreference.com/cpp/language/default_initialization#从不确定字节读取
indeterminatehttps://zh.cppreference.com/cpp/language/attributes/indeterminate
P2795R5https://wg21.link/P2795R5
P3684R1https://wg21.link/P3684R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_deleted_function
P2573R2https://wg21.link/P2573R2
可变参数https://zh.cppreference.com/cpp/language/parameter_pack
友元https://zh.cppreference.com/cpp/language/friend
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_variadic_friend
P2893R3https://wg21.link/P2893R3
聚合初始化https://zh.cppreference.com/cpp/language/aggregate_initialization
P3106R1https://wg21.link/P3106R1
P3034R1https://wg21.link/P3034R1
P2809R3https://wg21.link/P2809R3
布置 newhttps://zh.cppreference.com/cpp/language/new#布置_new
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr
P2747R2https://wg21.link/P2747R2
结构化绑定声明https://zh.cppreference.com/cpp/language/structured_binding
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_structured_bindings
P0963R3https://wg21.link/P0963R3
折叠表达式https://zh.cppreference.com/cpp/language/fold
约束https://zh.cppreference.com/cpp/language/constraints
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_fold_expressions
P2963R3https://wg21.link/P2963R3
删除https://zh.cppreference.com/cpp/language/delete
P3144R2https://wg21.link/P3144R2
结构化绑定https://zh.cppreference.com/cpp/language/structured_binding
https://zh.cppreference.com/cpp/language/pack
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_structured_bindings
P1061R10https://wg21.link/P1061R10
结构化绑定https://zh.cppreference.com/cpp/language/structured_binding
P2686R5https://wg21.link/P2686R5
异常https://zh.cppreference.com/cpp/language/exceptions
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr_exceptions
P3068R6https://wg21.link/P3068R6
P3176R1https://wg21.link/P3176R1
P2865R6https://wg21.link/P2865R6
#embedhttps://zh.cppreference.com/cpp/preprocessor/embed
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_pp_embed
P1967R14https://wg21.link/P1967R14
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_template_parameters
P2841R7https://wg21.link/P2841R7
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_trivial_union
P3074R7https://wg21.link/P3074R7
P3726R2https://wg21.link/P3726R2
P1494R5https://wg21.link/P1494R5
契约https://zh.cppreference.com/cpp/language/contracts
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_contracts
P2900R14https://wg21.link/P2900R14
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_impl_reflection
P2996R13https://wg21.link/P2996R13
P3096R12https://wg21.link/P3096R12
P3293R3https://wg21.link/P3293R3
P3394R4https://wg21.link/P3394R4
P3795R2https://wg21.link/P3795R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_expansion_statements
P1306R5https://wg21.link/P1306R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr_virtual_inheritance
P3533R2https://wg21.link/P3533R2
P2843R3https://wg21.link/P2843R3
P3618R0https://wg21.link/P3618R0
#linehttps://zh.cppreference.com/cpp/preprocessor/line
P3868R1https://wg21.link/P3868R1
P3865R3https://wg21.link/P3865R3
P3598R0https://wg21.link/P3598R0
https://zh.cppreference.com/cpp/header/charconv
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_to_chars
P2497R0https://wg21.link/P2497R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_text_encoding
P1885R12https://wg21.link/P1885R12
P2862R1https://wg21.link/P2862R1
std::formathttps://zh.cppreference.com/cpp/utility/format/format
std::to_stringhttps://zh.cppreference.com/cpp/string/basic_string/to_string
std::to_wstringhttps://zh.cppreference.com/cpp/string/basic_string/to_wstring
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_to_string
P2587R3https://wg21.link/P2587R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2757R3https://wg21.link/P2757R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2510R3https://wg21.link/P2510R3
std::chronohttps://zh.cppreference.com/cpp/chrono
散列https://zh.cppreference.com/cpp/utility/hash
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_chrono
P2592R3https://wg21.link/P2592R3
https://zh.cppreference.com/cpp/header/rcu
读-复制-更新(RCU)https://zh.cppreference.com/cpp/thread#读-复制-更新机制
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_rcu
P2545R4https://wg21.link/P2545R4
https://zh.cppreference.com/cpp/header/hazard_pointer
风险指针https://zh.cppreference.com/cpp/thread#风险指针
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_hazard_pointer
P2530R3https://wg21.link/P2530R3
std::projectedhttps://zh.cppreference.com/cpp/iterator/projected
P2538R1https://wg21.link/P2538R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_algorithms
P2562R1https://wg21.link/P2562R1
std::basic_format_arg::visit()https://zh.cppreference.com/cpp/utility/format/basic_format_arg#visit
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2637R3https://wg21.link/P2637R3
std::variant::visit()https://zh.cppreference.com/cpp/utility/variant/visit
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_variant
P2637R3https://wg21.link/P2637R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_within_lifetime
P2641R4https://wg21.link/P2641R4
P3450R1https://wg21.link/P3450R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_associative_heterogeneous_insertion
P2363R5https://wg21.link/P2363R5
std::weak_ptrhttps://zh.cppreference.com/cpp/memory/weak_ptr
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_smart_ptr_owner_equality
P1901R2https://wg21.link/P1901R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_fstream_native_handle
P1759R6https://wg21.link/P1759R6
std::string_viewhttps://zh.cppreference.com/cpp/string/basic_string_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_sstream_from_string_view
P2495R3https://wg21.link/P2495R3
std::bitsethttps://zh.cppreference.com/cpp/utility/bitset
std::string_viewhttps://zh.cppreference.com/cpp/string/basic_string_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_bitset
P2697R1https://wg21.link/P2697R1
https://zh.cppreference.com/cpp/header/cmath
https://zh.cppreference.com/cpp/header/complex
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_cmath
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_complex
P1383R2https://wg21.link/P1383R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ratio
P2734R0https://wg21.link/P2734R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_function_ref
P0792R14https://wg21.link/P0792R14
P3961R1https://wg21.link/P3961R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_copyable_function
P2548R6https://wg21.link/P2548R6
std::bind_fronthttps://zh.cppreference.com/cpp/utility/functional/bind_front
std::bind_backhttps://zh.cppreference.com/cpp/utility/functional/bind_front
std::not_fnhttps://zh.cppreference.com/cpp/utility/functional/not_fn
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_bind_front
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_bind_back
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_not_fn
P2714R1https://wg21.link/P2714R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_submdspan
P2630R4https://wg21.link/P2630R4
P3355R1https://wg21.link/P3355R1
P3663R3https://wg21.link/P3663R3
P3982R2https://wg21.link/P3982R2
::operator newhttps://zh.cppreference.com/cpp/memory/new/operator_new
P2013R5https://wg21.link/P2013R5
https://zh.cppreference.com/cpp/header/charconv
https://zh.cppreference.com/cpp/header/cstdlib
https://zh.cppreference.com/cpp/header/cstring
https://zh.cppreference.com/cpp/header/cwchar
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_char_traits
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_charconv
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_cstdlib
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_cstring
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_cwchar
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_errc
P2338R4https://wg21.link/P2338R4
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_feature_test_macros
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_functional
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_iterator
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_memory
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_ranges
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_ratio
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_tuple
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_utility
P2198R7https://wg21.link/P2198R7
饱和算术https://zh.cppreference.com/cpp/numeric#饱和算术_(C++26_起)
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_saturation_arithmetic
P0543R3https://wg21.link/P0543R3
P4052R0https://wg21.link/P4052R0
https://zh.cppreference.com/cpp/header/debugging
调试支持https://zh.cppreference.com/cpp/utility#调试支持
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_debugging
P2546R5https://wg21.link/P2546R5
P2810R4https://wg21.link/P2810R4
https://zh.cppreference.com/cpp/header/linalg
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_linalg
P1673R13https://wg21.link/P1673R13
P3050R2https://wg21.link/P3050R2
P3222R0https://wg21.link/P3222R0
P3371R5https://wg21.link/P3371R5
P2264R7https://wg21.link/P2264R7
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2918R2https://wg21.link/P2918R2
P3953R3https://wg21.link/P3953R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_span
P2821R5https://wg21.link/P2821R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_tuple_like
P2819R2https://wg21.link/P2819R2
P0952R2https://wg21.link/P0952R2
P2868R3https://wg21.link/P2868R3
P2870R3https://wg21.link/P2870R3
https://zh.cppreference.com/cpp/header/codecvt
P2871R3https://wg21.link/P2871R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_cstring
P2937R0https://wg21.link/P2937R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_algorithm
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_array
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_optional
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_string_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_variant
P2407R5https://wg21.link/P2407R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_expected
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_mdspan
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_out_ptr
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_span
P2833R2https://wg21.link/P2833R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_as_const
P2836R1https://wg21.link/P2836R1
P2950R0https://wg21.link/P2950R0
P2905R2https://wg21.link/P2905R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format_uchar
P2909R4https://wg21.link/P2909R4
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_concat
P2542R8https://wg21.link/P2542R8
字符串https://zh.cppreference.com/cpp/string/basic_string
字符串视图https://zh.cppreference.com/cpp/string/basic_string_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_string_view
P2591R5https://wg21.link/P2591R5
算法https://zh.cppreference.com/cpp/algorithm
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_algorithm_default_value_type
P2248R8https://wg21.link/P2248R8
P3217R0https://wg21.link/P3217R0
P3787R2https://wg21.link/P3787R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_generate_random
P1068R11https://wg21.link/P1068R11
比较https://zh.cppreference.com/cpp/utility/functional/reference_wrapper/operator_cmp
std::pairhttps://zh.cppreference.com/cpp/utility/pair/operator_cmp
std::tuplehttps://zh.cppreference.com/cpp/utility/tuple/operator_cmp
std::optionalhttps://zh.cppreference.com/cpp/utility/optional/operator_cmp
std::varianthttps://zh.cppreference.com/cpp/utility/variant/operator_cmp
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constrained_equality
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_reference_wrapper
P2944R3https://wg21.link/P2944R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_submdspan
P2642R6https://wg21.link/P2642R6
P3029R1https://wg21.link/P3029R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_atomic_min_max
P0493R5https://wg21.link/P0493R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format_path
P2845R8https://wg21.link/P2845R8
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_print
P3142R0https://wg21.link/P3142R0
P2875R4https://wg21.link/P2875R4
P2867R2https://wg21.link/P2867R2
P2869R4https://wg21.link/P2869R4
P2872R3https://wg21.link/P2872R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_print
P3107R5https://wg21.link/P3107R5
P3235R3https://wg21.link/P3235R3
布置 newhttps://zh.cppreference.com/cpp/language/new#布置_new
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_new
P2747R2https://wg21.link/P2747R2
执行控制库https://zh.cppreference.com/cpp/execution
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_senders
P2300R10https://wg21.link/P2300R10
P3388R3https://wg21.link/P3388R3
P3396R1https://wg21.link/P3396R1
P3433R1https://wg21.link/P3433R1
P3481R5https://wg21.link/P3481R5
P3570R2https://wg21.link/P3570R2
P3682R0https://wg21.link/P3682R0
P3887R1https://wg21.link/P3887R1
执行控制库https://zh.cppreference.com/cpp/execution
P3373R4https://wg21.link/P3373R4
P3826R5https://wg21.link/P3826R5
P3986R1https://wg21.link/P3986R1
P4154R0https://wg21.link/P4154R0
P4159R0https://wg21.link/P4159R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_inplace_vector
P0843R14https://wg21.link/P0843R14
P3981R2https://wg21.link/P3981R2
P4022R0https://wg21.link/P4022R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_philox_engine
P2075R6https://wg21.link/P2075R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_optional_range_support
P3168R2https://wg21.link/P3168R2
P3913R1https://wg21.link/P3913R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_virtual_base_of
P2985R0https://wg21.link/P2985R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_mdspan
P2389R2https://wg21.link/P2389R2
P2968R2https://wg21.link/P2968R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2997R1https://wg21.link/P2997R1
P3247R2https://wg21.link/P3247R2
P3136R1https://wg21.link/P3136R1
std::ranges::cache_latest_viewhttps://zh.cppreference.com/cpp/ranges/cache_latest_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_cache_latest
P3138R5https://wg21.link/P3138R5
相等运算符https://zh.cppreference.com/cpp/utility/expected/operator_cmp
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constrained_equality
P3379R0https://wg21.link/P3379R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_aligned_accessor
P2897R7https://wg21.link/P2897R7
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_sufficiently_aligned
P2897R7https://wg21.link/P2897R7
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_atomic_ref
P2835R7https://wg21.link/P2835R7
P3936R1https://wg21.link/P3936R1
P3323R1https://wg21.link/P3323R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_atomic
P3309R3https://wg21.link/P3309R3
特化内存算法https://zh.cppreference.com/cpp/memory#受约束的未初始化内存算法
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_raw_memory_algorithms
P3508R0https://wg21.link/P3508R0
P3369R0https://wg21.link/P3369R0
https://zh.cppreference.com/cpp/header/stdbit.h
https://zh.cppreference.com/cpp/header/stdckdint.h
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_stdbit_h
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_stdckdint_h
P3370R1https://wg21.link/P3370R1
https://zh.cppreference.com/cpp/header/simd
数据并行类型https://zh.cppreference.com/cpp/numeric/simd
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_simd
P1928R15https://wg21.link/P1928R15
P3430R3https://wg21.link/P3430R3
P2876R3https://wg21.link/P2876R3
P3691R1https://wg21.link/P3691R1
P3922R1https://wg21.link/P3922R1
P3690R1https://wg21.link/P3690R1
P3932R0https://wg21.link/P3932R0
P4012R1https://wg21.link/P4012R1
P1928R15https://wg21.link/P1928R15
P3844R4https://wg21.link/P3844R4
执行环境https://zh.cppreference.com/cpp/execution#环境
P3325R5https://wg21.link/P3325R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_exceptions
P3068R6https://wg21.link/P3068R6
P3378R2https://wg21.link/P3378R2
P3842R2https://wg21.link/P3842R2
P3441R2https://wg21.link/P3441R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_simd
P2933R4https://wg21.link/P2933R4
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_simd_complex
P3475R1https://wg21.link/P3475R1
std::memory_order::consumehttps://zh.cppreference.com/cpp/atomic/memory_order
P2663R7https://wg21.link/P2663R7
https://zh.cppreference.com/cpp/header/utility
P0472R3https://wg21.link/P0472R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_indirect
P3019R14https://wg21.link/P3019R14
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_polymorphic
P3019R14https://wg21.link/P3019R14
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_deque
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_flat_map
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_flat_set
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_forward_list
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_list
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_map
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_queue
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_set
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_stack
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_unordered_map
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_unordered_set
P3372R3https://wg21.link/P3372R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_inplace_vector
P3074R7https://wg21.link/P3074R7
std::ranges::as_input_viewhttps://zh.cppreference.com/cpp/ranges/as_input_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_as_input
P3828R1https://wg21.link/P3828R1
std::ranges::approximately_sized_rangehttps://zh.cppreference.com/cpp/ranges/approximately_sized_range
std::ranges::reserve_hinthttps://zh.cppreference.com/cpp/ranges/reserve_hint
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_reserve_hint
P2846R6https://wg21.link/P2846R6
https://zh.cppreference.com/cpp/header/hive
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_hive
P0447R28https://wg21.link/P0447R28
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_observable_checkpoint
P1494R5https://wg21.link/P1494R5
P3641R0https://wg21.link/P3641R0
https://zh.cppreference.com/cpp/header/contracts
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_contracts
P2900R14https://wg21.link/P2900R14
P3819R0https://wg21.link/P3819R0
P3471R4https://wg21.link/P3471R4
P3697R1https://wg21.link/P3697R1
P3878R1https://wg21.link/P3878R1
https://zh.cppreference.com/cpp/header/algorithm
https://zh.cppreference.com/cpp/header/execution
https://zh.cppreference.com/cpp/header/memory
https://zh.cppreference.com/cpp/header/numeric
https://zh.cppreference.com/cpp/header/random
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_algorithm
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_execution
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_memory
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_numeric
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_random
P2976R1https://wg21.link/P2976R1
P3349R0https://wg21.link/P3349R0
https://zh.cppreference.com/cpp/header/meta
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_reflection
P2996R13https://wg21.link/P2996R13
P3394R4https://wg21.link/P3394R4
P3293R3https://wg21.link/P3293R3
P3096R12https://wg21.link/P3096R12
P3795R2https://wg21.link/P3795R2
P4156R0https://wg21.link/P4156R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_reflection
P3560R2https://wg21.link/P3560R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_define_static
P3491R3https://wg21.link/P3491R3
P3480R6https://wg21.link/P3480R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_optional
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_optional
P2988R12https://wg21.link/P2988R12
P3836R2https://wg21.link/P3836R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_string_subview
P3044R2https://wg21.link/P3044R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_memory
P3037R6https://wg21.link/P3037R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_task
P3552R3https://wg21.link/P3552R3
P3980R1https://wg21.link/P3980R1
P3927R2https://wg21.link/P3927R2
P3941R4https://wg21.link/P3941R4
P4151R1https://wg21.link/P4151R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_counting_scope
P3149R11https://wg21.link/P3149R11
P3815R1https://wg21.link/P3815R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_parallel_scheduler
P2079R10https://wg21.link/P2079R10
P3804R2https://wg21.link/P3804R2
P3557R3https://wg21.link/P3557R3
P3284R4https://wg21.link/P3284R4
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_indices
P3060R3https://wg21.link/P3060R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_parallel_algorithm
P3179R9https://wg21.link/P3179R9
P3709R2https://wg21.link/P3709R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_atomic_min_max
P3008R6https://wg21.link/P3008R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_atomic_reductions
P3111R8https://wg21.link/P3111R8
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_simd_permutations
P2664R11https://wg21.link/P2664R11
P3383R3https://wg21.link/P3383R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_exception_ptr_cast
P2927R3https://wg21.link/P2927R3
P3748R0https://wg21.link/P3748R0
P3981R2https://wg21.link/P3981R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_type_order
P2830R10https://wg21.link/P2830R10
P3778R0https://wg21.link/P3778R0
P4140R0https://wg21.link/P4140R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constant_wrapper
P2781R9https://wg21.link/P2781R9
P3978R3https://wg21.link/P3978R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_apply
P1317R2https://wg21.link/P1317R2
P3503R3https://wg21.link/P3503R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format_path
P2319R5https://wg21.link/P2319R5
P3223R2https://wg21.link/P3223R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_initializer_list
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_valarray
P3016R6https://wg21.link/P3016R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_flat_map
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_flat_set
P3567R2https://wg21.link/P3567R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_integer_sequence
P1789R3https://wg21.link/P1789R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_format
P3391R2https://wg21.link/P3391R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_start_lifetime
P3726R2https://wg21.link/P3726R2
结构式类型https://zh.cppreference.com/cpp/language/template_parameters
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_structural
P3856R8https://wg21.link/P3856R8
P3948R1https://wg21.link/P3948R1
P4037R1https://wg21.link/P4037R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_replaceable_contract_violation_handler
P3886R0https://wg21.link/P3886R0
P3059R2https://wg21.link/P3059R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_filter
P3725R3https://wg21.link/P3725R3
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/compiler_support/26
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/compiler_support/26
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/compiler_support/26
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&oldid=87811
页面信息https://zh.cppreference.com/index.php?title=cpp/compiler_support/26&action=info
Englishhttp://en.cppreference.com/cpp/compiler_support/26
Deutschhttps://de.cppreference.com/cpp/compiler_support/26
Españolhttp://es.cppreference.com/cpp/compiler_support/26
Françaishttp://fr.cppreference.com/cpp/compiler_support/26
Italianohttp://it.cppreference.com/cpp/compiler_support/26
日本語http://ja.cppreference.com/cpp/compiler_support/26
Portuguêshttp://pt.cppreference.com/cpp/compiler_support/26
Polskihttp://pl.cppreference.com/cpp/compiler_support/26
Русскийhttp://ru.cppreference.com/cpp/compiler_support/26

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.