René's URL Explorer Experiment


Title: C++23 的编译器支持 - 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%2F23
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fcompiler+support%2F23
页面https://zh.cppreference.com/cpp/compiler_support/23
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/compiler_support/23&action=edit&redlink=1
https://zh.cppreference.com/cpp/compiler_support/23
不转换https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&variant=zh-tw
阅读https://zh.cppreference.com/cpp/compiler_support/23
查看源代码https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&action=history
https://zh.cppreference.com/cpp/compiler_support/23
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++26https://zh.cppreference.com/cpp/compiler_support/26
C++29https://zh.cppreference.com/cpp/compiler_support/29
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/compiler_support/navbar_content&action=edit
size_thttps://zh.cppreference.com/cpp/types/size_t
字面量后缀https://zh.cppreference.com/cpp/language/integer_literal#字面量的类型
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_size_t_suffix
P0330R8https://wg21.link/P0330R8
lambdahttps://zh.cppreference.com/cpp/language/lambda
P1102R2https://wg21.link/P1102R2
if constevalhttps://zh.cppreference.com/cpp/language/if#consteval_if
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_if_consteval
P1938R3https://wg21.link/P1938R3
P2186R2https://wg21.link/P2186R2
static_asserthttps://zh.cppreference.com/cpp/language/static_assert
constexpr ifhttps://zh.cppreference.com/cpp/language/if#Constexpr_if
P1401R5https://wg21.link/P1401R5
P2223R2https://wg21.link/P2223R2
P1847R4https://wg21.link/P1847R4
拼接https://zh.cppreference.com/cpp/language/string_literal#拼接
P2201R1https://wg21.link/P2201R1
显式对象成员函数https://zh.cppreference.com/cpp/language/member_functions#显式对象成员函数
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_explicit_this_parameter
P0847R7https://wg21.link/P0847R7
auto(x) 与 auto{x}https://zh.cppreference.com/cpp/language/explicit_cast
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_auto_cast
P0849R8https://wg21.link/P0849R8
#elifdef 与 #elifndefhttps://zh.cppreference.com/cpp/preprocessor/conditional
P2334R1https://wg21.link/P2334R1
constexprhttps://zh.cppreference.com/cpp/language/constexpr
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr
P2242R3https://wg21.link/P2242R3
P2316R2https://wg21.link/P2316R2
字符集与编码https://zh.cppreference.com/cpp/language/charset
P2314R4https://wg21.link/P2314R4
for 循环https://zh.cppreference.com/cpp/language/for#语法
别名声明https://zh.cppreference.com/cpp/language/type_alias
P2360R0https://wg21.link/P2360R0
下标运算符https://zh.cppreference.com/cpp/language/operators#数组下标运算符
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_multidimensional_subscript
P2128R6https://wg21.link/P2128R6
lambdahttps://zh.cppreference.com/cpp/language/lambda
P2173R1https://wg21.link/P2173R1
#warninghttps://zh.cppreference.com/cpp/preprocessor/error
P2437R1https://wg21.link/P2437R1
P2362R3https://wg21.link/P2362R3
P2324R2https://wg21.link/P2324R2
划线的转义序列https://zh.cppreference.com/cpp/language/escape
P2290R3https://wg21.link/P2290R3
命名的通用转义字符https://zh.cppreference.com/cpp/language/escape#命名的通用转义字符
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_named_character_escapes
P2071R2https://wg21.link/P2071R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr
P2448R2https://wg21.link/P2448R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_implicit_move
P2266R3https://wg21.link/P2266R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_static_call_operator
P1169R4https://wg21.link/P1169R4
扩展浮点数类型https://zh.cppreference.com/cpp/types/floating-point
P1467R9https://wg21.link/P1467R9
P2582R1https://wg21.link/P2582R1
assumehttps://zh.cppreference.com/cpp/language/attributes/assume
P1774R8https://wg21.link/P1774R8
UTF-8 作为一种可移植的源文件编码https://zh.cppreference.com/cpp/language/translation_phases#翻译阶段_1
P2295R6https://wg21.link/P2295R6
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_multidimensional_subscript
P2589R1https://wg21.link/P2589R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_constexpr
P2647R1https://wg21.link/P2647R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_range_based_for
P2644R1https://wg21.link/P2644R1
P2718R0https://wg21.link/P2718R0
CWG2659https://wg21.link/CWG2659
lambdahttps://zh.cppreference.com/cpp/language/lambda#语法
P2036R3https://wg21.link/P2036R3
P2579R0https://wg21.link/P2579R0
P2615R1https://wg21.link/P2615R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_consteval
P2564R3https://wg21.link/P2564R3
P1949R7https://wg21.link/P1949R7
属性https://zh.cppreference.com/cpp/language/attributes#语法
P2156R1https://wg21.link/P2156R1
__cpp_conceptshttps://zh.cppreference.com/cpp/feature_test#语言功能特性
P2493R0https://wg21.link/P2493R0
放宽 wchar_thttps://zh.cppreference.com/cpp/language/types#缺陷报告
P2460R2https://wg21.link/P2460R2
P2280R4https://wg21.link/P2280R4
P2468R2https://wg21.link/P2468R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_char8_t
P2513R4https://wg21.link/P2513R4
诊断指令https://zh.cppreference.com/cpp/preprocessor/error
CWG2518https://wg21.link/CWG2518
栈踪迹库https://zh.cppreference.com/cpp/error#栈踪迹
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_stacktrace
P0881R7https://wg21.link/P0881R7
P2301R1https://wg21.link/P2301R1
https://zh.cppreference.com/cpp/header/stdatomic.h
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_stdatomic_h
P0943R6https://wg21.link/P0943R6
std::is_scoped_enumhttps://zh.cppreference.com/cpp/types/is_scoped_enum
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_scoped_enum
P1048R1https://wg21.link/P1048R1
std::basic_string::contains()https://zh.cppreference.com/cpp/string/basic_string/contains
std::basic_string_view::contains()https://zh.cppreference.com/cpp/string/basic_string_view/contains
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_string_contains
P1679R3https://wg21.link/P1679R3
std::to_underlyinghttps://zh.cppreference.com/cpp/utility/to_underlying
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_to_underlying
P1682R3https://wg21.link/P1682R3
P2212R2https://wg21.link/P2212R2
提供大小反馈https://zh.cppreference.com/cpp/memory/allocator_traits/allocate_at_least
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_allocate_at_least
P0401R6https://wg21.link/P0401R6
https://zh.cppreference.com/cpp/header/spanstream
std::spanhttps://zh.cppreference.com/cpp/container/span
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_spanstream
P0448R4https://wg21.link/P0448R4
std::out_ptr()https://zh.cppreference.com/cpp/memory/out_ptr_t/out_ptr
std::inout_ptr()https://zh.cppreference.com/cpp/memory/inout_ptr_t/inout_ptr
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_out_ptr
P1132R8https://wg21.link/P1132R8
type_info::operator==()https://zh.cppreference.com/cpp/types/type_info/operator_cmp
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_typeinfo
P1328R1https://wg21.link/P1328R1
std::stackhttps://zh.cppreference.com/cpp/container/stack/stack
std::queuehttps://zh.cppreference.com/cpp/container/queue/queue
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_adaptor_iterator_pair_constructor
P1425R4https://wg21.link/P1425R4
P1518R2https://wg21.link/P1518R2
ranges::starts_with()https://zh.cppreference.com/cpp/algorithm/ranges/starts_with
ranges::ends_with()https://zh.cppreference.com/cpp/algorithm/ranges/ends_with
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_starts_ends_with
P1659R3https://wg21.link/P1659R3
basic_stringhttps://zh.cppreference.com/cpp/string/basic_string
basic_string_viewhttps://zh.cppreference.com/cpp/string/basic_string_view
nullptrhttps://zh.cppreference.com/cpp/language/nullptr
P2166R1https://wg21.link/P2166R1
std::invoke_r()https://zh.cppreference.com/cpp/utility/functional/invoke
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_invoke_r
P2136R3https://wg21.link/P2136R3
构造函数https://zh.cppreference.com/cpp/string/basic_string_view/basic_string_view
P1989R2https://wg21.link/P1989R2
构造函数https://zh.cppreference.com/cpp/utility/pair/pair
P1951R1https://wg21.link/P1951R1
库支持https://zh.cppreference.com/cpp/memory#垃圾收集器支持
P2186R2https://wg21.link/P2186R2
views::ziphttps://zh.cppreference.com/cpp/ranges/zip_view
views::zip_transformhttps://zh.cppreference.com/cpp/ranges/zip_transform_view
views::adjacenthttps://zh.cppreference.com/cpp/ranges/adjacent_view
views::adjacent_transformhttps://zh.cppreference.com/cpp/ranges/adjacent_transform_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_zip
P2321R2https://wg21.link/P2321R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_associative_heterogeneous_erasure
P2077R3https://wg21.link/P2077R3
std::byteswap()https://zh.cppreference.com/cpp/numeric/byteswap
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_byteswap
P1272R4https://wg21.link/P1272R4
打印https://zh.cppreference.com/cpp/io/basic_ostream/operator_ltlt
P1147R1https://wg21.link/P1147R1
basic_string::resize_and_overwrite()https://zh.cppreference.com/cpp/string/basic_string/resize_and_overwrite
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_string_resize_and_overwrite
P1072R10https://wg21.link/P1072R10
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_optional
P0798R8https://wg21.link/P0798R8
std::move_only_functionhttps://zh.cppreference.com/cpp/utility/functional/move_only_function
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_move_only_function
P0288R9https://wg21.link/P0288R9
P2401R0https://wg21.link/P2401R0
std::spanhttps://zh.cppreference.com/cpp/container/span
可平凡复制 (TriviallyCopyable) https://zh.cppreference.com/cpp/named_req/TriviallyCopyable
P2251R1https://wg21.link/P2251R1
P2340R1https://wg21.link/P2340R1
https://zh.cppreference.com/cpp/header/expected
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_expected
P0323R12https://wg21.link/P0323R12
P2549R1https://wg21.link/P2549R1
https://zh.cppreference.com/cpp/header/cmath
https://zh.cppreference.com/cpp/header/cstdlib
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_cmath
P0533R9https://wg21.link/P0533R9
std::unreachable()https://zh.cppreference.com/cpp/utility/unreachable
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_unreachable
P0627R6https://wg21.link/P0627R6
P1413R3https://wg21.link/P1413R3
std::reference_constructs_from_temporaryhttps://zh.cppreference.com/cpp/types/reference_constructs_from_temporary
std::reference_converts_from_temporaryhttps://zh.cppreference.com/cpp/types/reference_converts_from_temporary
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_reference_from_temporary
P2255R2https://wg21.link/P2255R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_memory
P2273R3https://wg21.link/P2273R3
ranges::to()https://zh.cppreference.com/cpp/ranges/to
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_containers_ranges
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_to_container
P1206R7https://wg21.link/P1206R7
ranges::range_adaptor_closurehttps://zh.cppreference.com/cpp/ranges/range_adaptor_closure
std::bind_backhttps://zh.cppreference.com/cpp/utility/functional/bind_front
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_bind_back
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2387R3https://wg21.link/P2387R3
ranges::iota()https://zh.cppreference.com/cpp/algorithm/ranges/iota
ranges::shift_left()https://zh.cppreference.com/cpp/algorithm/ranges/shift
ranges::shift_right()https://zh.cppreference.com/cpp/algorithm/ranges/shift
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_iota
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_shift
P2440R1https://wg21.link/P2440R1
views::join_withhttps://zh.cppreference.com/cpp/ranges/join_with_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_join_with
P2441R2https://wg21.link/P2441R2
views::chunkhttps://zh.cppreference.com/cpp/ranges/chunk_view
views::slidehttps://zh.cppreference.com/cpp/ranges/slide_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_chunk
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_slide
P2442R1https://wg21.link/P2442R1
views::chunk_byhttps://zh.cppreference.com/cpp/ranges/chunk_by_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_chunk_by
P2443R1https://wg21.link/P2443R1
std::mdspanhttps://zh.cppreference.com/cpp/container/mdspan
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_mdspan
P0009R18https://wg21.link/P0009R18
P2599R2https://wg21.link/P2599R2
P2604R0https://wg21.link/P2604R0
P2613R1https://wg21.link/P2613R1
P2763R1https://wg21.link/P2763R1
https://zh.cppreference.com/cpp/header/flat_map
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_flat_map
P0429R9https://wg21.link/P0429R9
https://zh.cppreference.com/cpp/header/flat_set
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_flat_set
P1222R4https://wg21.link/P1222R4
ranges::find_last()https://zh.cppreference.com/cpp/algorithm/ranges/find_last
ranges::find_last_if()https://zh.cppreference.com/cpp/algorithm/ranges/find_last
ranges::find_last_if_not()https://zh.cppreference.com/cpp/algorithm/ranges/find_last
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_find_last
P1223R5https://wg21.link/P1223R5
https://zh.cppreference.com/cpp/header/utility
https://zh.cppreference.com/cpp/header/ranges
https://zh.cppreference.com/cpp/header/iterator
P1642R11https://wg21.link/P1642R11
views::stridehttps://zh.cppreference.com/cpp/ranges/stride_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_stride
P1899R3https://wg21.link/P1899R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_tuple_like
P2165R4https://wg21.link/P2165R4
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_as_const
P2278R4https://wg21.link/P2278R4
格式化https://zh.cppreference.com/cpp/utility/format
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format_ranges
P2286R8https://wg21.link/P2286R8
格式化https://zh.cppreference.com/cpp/utility/format
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format_ranges
P2585R1https://wg21.link/P2585R1
https://zh.cppreference.com/cpp/header/print
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_print
P2093R14https://wg21.link/P2093R14
P2539R4https://wg21.link/P2539R4
格式化https://zh.cppreference.com/cpp/utility/format
std::stacktracehttps://zh.cppreference.com/cpp/utility/basic_stacktrace
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_formatters
P2693R1https://wg21.link/P2693R1
std::to_chars()https://zh.cppreference.com/cpp/utility/to_chars
std::from_chars()https://zh.cppreference.com/cpp/utility/from_chars
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_charconv
P2291R3https://wg21.link/P2291R3
ranges::contains()https://zh.cppreference.com/cpp/algorithm/ranges/contains
ranges::contains_subrange()https://zh.cppreference.com/cpp/algorithm/ranges/contains
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_contains
P2302R4https://wg21.link/P2302R4
范围折叠算法https://zh.cppreference.com/cpp/algorithm/ranges#受约束的折叠运算
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_fold
P2322R6https://wg21.link/P2322R6
views::cartesian_producthttps://zh.cppreference.com/cpp/ranges/cartesian_product_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_cartesian_product
P2374R4https://wg21.link/P2374R4
P2540R1https://wg21.link/P2540R1
equality_comparablehttps://zh.cppreference.com/cpp/concepts/equality_comparable
totally_orderedhttps://zh.cppreference.com/cpp/concepts/totally_ordered
three_way_comparablehttps://zh.cppreference.com/cpp/utility/compare/three_way_comparable
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_concepts
P2404R3https://wg21.link/P2404R3
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_algorithm_iterator_requirements
P2408R5https://wg21.link/P2408R5
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_bitset
P2417R2https://wg21.link/P2417R2
basic_string::substr()https://zh.cppreference.com/cpp/string/basic_string/substr
P2438R2https://wg21.link/P2438R2
views::as_rvaluehttps://zh.cppreference.com/cpp/ranges/as_rvalue_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_as_rvalue
P2446R2https://wg21.link/P2446R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_modules
P2465R3https://wg21.link/P2465R3
std::forward_like()https://zh.cppreference.com/cpp/utility/forward_like
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_forward_like
P2445R1https://wg21.link/P2445R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ios_noreplace
P2467R1https://wg21.link/P2467R1
views::repeathttps://zh.cppreference.com/cpp/ranges/repeat_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_repeat
P2474R2https://wg21.link/P2474R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2494R2https://wg21.link/P2494R2
构造函数https://zh.cppreference.com/cpp/string/basic_string_view/basic_string_view
P2499R0https://wg21.link/P2499R0
std::generatorhttps://zh.cppreference.com/cpp/coroutine/generator
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_generator
P2502R2https://wg21.link/P2502R2
P2787R0https://wg21.link/P2787R0
P2517R1https://wg21.link/P2517R1
std::start_lifetime_ashttps://zh.cppreference.com/cpp/memory/start_lifetime_as
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_start_lifetime_as
P2590R2https://wg21.link/P2590R2
P2679R2https://wg21.link/P2679R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2419R2https://wg21.link/P2419R2
input_iteratorhttps://zh.cppreference.com/cpp/iterator/input_iterator
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_move_iterator_concept
P2520R0https://wg21.link/P2520R0
显式对象实参https://zh.cppreference.com/cpp/language/member_functions#显式对象实参
LWG3617https://wg21.link/LWG3617
P1169R4https://wg21.link/P1169R4
扩展浮点数类型https://zh.cppreference.com/cpp/header/stdfloat
P1467R9https://wg21.link/P1467R9
std::expectedhttps://zh.cppreference.com/cpp/utility/expected
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_expected
P2505R5https://wg21.link/P2505R5
views::enumeratehttps://zh.cppreference.com/cpp/ranges/enumerate_view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges_enumerate
P2164R9https://wg21.link/P2164R9
std::is_implicit_lifetimehttps://zh.cppreference.com/cpp/types/is_implicit_lifetime
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_is_implicit_lifetime
P2674R1https://wg21.link/P2674R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_common_reference
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_common_reference_wrapper
P2655R3https://wg21.link/P2655R3
P2652R2https://wg21.link/P2652R2
P2614R2https://wg21.link/P2614R2
viewhttps://zh.cppreference.com/cpp/ranges/view
explicithttps://zh.cppreference.com/cpp/language/explicit
P2711R1https://wg21.link/P2711R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2609R3https://wg21.link/P2609R3
P2770R0https://wg21.link/P2770R0
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_variant
P2162R2https://wg21.link/P2162R2
P2017R1https://wg21.link/P2017R1
输入范围适配器https://zh.cppreference.com/cpp/ranges#视图
P2259R1https://wg21.link/P2259R1
views::joinhttps://zh.cppreference.com/cpp/ranges/join_view
P2328R1https://wg21.link/P2328R1
viewhttps://zh.cppreference.com/cpp/ranges/view
default_initializablehttps://zh.cppreference.com/cpp/concepts/default_initializable
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2325R3https://wg21.link/P2325R3
P2281R1https://wg21.link/P2281R1
constexprhttps://zh.cppreference.com/cpp/language/constexpr
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_optional
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_variant
P2231R1https://wg21.link/P2231R1
views::lazy_splithttps://zh.cppreference.com/cpp/ranges/lazy_split_view
views::splithttps://zh.cppreference.com/cpp/ranges/split_view
P2210R2https://wg21.link/P2210R2
P2432R1https://wg21.link/P2432R1
viewhttps://zh.cppreference.com/cpp/ranges/view
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2415R2https://wg21.link/P2415R2
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2372R3https://wg21.link/P2372R3
P2418R2https://wg21.link/P2418R2
P2393R1https://wg21.link/P2393R1
std::format()https://zh.cppreference.com/cpp/utility/format/format
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_format
P2216R3https://wg21.link/P2216R3
P2418R2https://wg21.link/P2418R2
std::basic_format_stringhttps://zh.cppreference.com/cpp/utility/format/basic_format_string
P2508R1https://wg21.link/P2508R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_ranges
P2602R2https://wg21.link/P2602R2
P2572R1https://wg21.link/P2572R1
P2675R1https://wg21.link/P2675R1
FTMhttps://zh.cppreference.com/cpp/feature_test#cpp_lib_barrier
P2588R3https://wg21.link/P2588R3
首页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/23
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/compiler_support/23
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/compiler_support/23
上传文件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/23&oldid=87810
页面信息https://zh.cppreference.com/index.php?title=cpp/compiler_support/23&action=info
Deutschhttps://de.cppreference.com/cpp/compiler_support/23
Englishhttp://en.cppreference.com/cpp/compiler_support/23
Españolhttp://es.cppreference.com/cpp/compiler_support/23
Françaishttp://fr.cppreference.com/cpp/compiler_support/23
Italianohttp://it.cppreference.com/cpp/compiler_support/23
日本語http://ja.cppreference.com/cpp/compiler_support/23
Portuguêshttp://pt.cppreference.com/cpp/compiler_support/23
Polskihttp://pl.cppreference.com/cpp/compiler_support/23
Русскийhttp://ru.cppreference.com/cpp/compiler_support/23

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.