3016 lines
270 KiB
HTML
3016 lines
270 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
|
|
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>C++20</title>
|
|
<link rel="stylesheet" href="ext.css" />
|
|
<link rel="stylesheet" href="site_modules.css" />
|
|
</head>
|
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-cpp_20 skin-cppreference2 action-view cpp-navbar">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">C++20</h1>
|
|
<div id="bodyContent">
|
|
<div id="contentSub"><span class="subpages">< <a href="cpp.html">cpp</a></span></div>
|
|
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
|
<p>C++ 标准的下一主要修订版</p>
|
|
<table class="metadata plainlinks ambox mbox-small-left ambox-notice" style="">
|
|
<tr>
|
|
<td class="mbox-empty-cell"></td>
|
|
<td class="mbox-text" style="">本节未完成</td>
|
|
</tr>
|
|
</table>
|
|
<h2><span class="mw-headline" id=".E6.96.B0.E7.9A.84.E8.AF.AD.E8.A8.80.E7.89.B9.E6.80.A7">新的语言特性</span></h2>
|
|
<ul>
|
|
<li><a href="cpp-feature_test.html">特性测试宏</a></li>
|
|
<li><a href="cpp-language-operator_comparison.html#.E4.B8.89.E8.B7.AF.E6.AF.94.E8.BE.83">三路比较</a>运算符 <span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="sy1"><=></span></span></span> 和 <a href="cpp-language-default_comparisons.html"><tt><span class="t-c"><span class="mw-geshi cpp source-cpp">operator<span class="sy1">==</span><span class="br0">(</span><span class="br0">)</span> <span class="sy1">=</span> <span class="kw1">default</span></span></span></tt></a></li>
|
|
<li><a href="cpp-language-aggregate_initialization.html#.E6.8C.87.E6.B4.BE.E5.88.9D.E5.A7.8B.E5.8C.96.E5.99.A8">指派初始化器</a></li>
|
|
<li><a href="cpp-language-range-for.html">范围 <code>for</code></a> 中的初始化语句和初始化器</li>
|
|
<li><a href="cpp-keyword-char8_t.html"><tt>char8_t</tt></a></li>
|
|
<li><code>[[<a href="cpp-language-attributes-no_unique_address.html">no_unique_address</a>]]</code></li>
|
|
<li><code>[[<a href="cpp-language-attributes-likely.html">likely</a>]]</code></li>
|
|
<li><code>[[<a href="cpp-language-attributes-likely.html">unlikely</a>]]</code></li>
|
|
<li><a href="cpp-language-lambda.html#Lambda_.E6.8D.95.E8.8E.B7">lambda 初始化捕获</a>中的包展开</li>
|
|
<li>移除了在多种上下文语境中,使用 <code>typename</code> 关键字以消除类型歧义的要求</li>
|
|
<li><a href="cpp-language-consteval.html"><tt>consteval</tt></a> 、 <a href="cpp-language-constinit.html"><tt>constinit</tt></a></li>
|
|
<li>更为宽松的 constexpr 要求</li>
|
|
<li>规定有符号整数以补码实现</li>
|
|
<li>使用圆括号的<a href="cpp-language-aggregate_initialization.html">聚合初始化</a></li>
|
|
<li><a href="cpp-language-coroutines.html">协程</a></li>
|
|
<li><a href="cpp-language-modules.html">模块</a></li>
|
|
<li><a href="cpp-language-constraints.html">限定与概念</a></li>
|
|
<li>缩略函数模板</li>
|
|
<li>DR :<a href="cpp-language-new.html">数组 new</a> 可推导数组长度</li>
|
|
</ul>
|
|
<h2><span class="mw-headline" id=".E6.96.B0.E7.9A.84.E5.BA.93.E7.89.B9.E6.80.A7">新的库特性</span></h2>
|
|
<h3><span class="mw-headline" id=".E6.96.B0.E7.9A.84.E5.A4.B4.E6.96.87.E4.BB.B6">新的头文件</span></h3>
|
|
<ul>
|
|
<li><a href="cpp-header-concepts.html"><tt><concepts></tt></a></li>
|
|
<li><a href="cpp-header-coroutine.html"><tt><coroutine></tt></a></li>
|
|
<li><a href="cpp-header-compare.html"><tt><compare></tt></a></li>
|
|
<li><a href="cpp-header-version.html"><tt><version></tt></a></li>
|
|
<li><a href="cpp-header-source_location.html"><tt><source_location></tt></a></li>
|
|
<li><a href="cpp-header-format.html"><tt><format></tt></a></li>
|
|
<li><a href="cpp-header-span.html"><tt><span></tt></a></li>
|
|
<li><a href="cpp-header-ranges.html"><tt><ranges></tt></a></li>
|
|
<li><a href="cpp-header-bit.html"><tt><bit></tt></a></li>
|
|
<li><a href="cpp-header-numbers.html"><tt><numbers></tt></a></li>
|
|
<li><a href="cpp-header-syncstream.html"><tt><syncstream></tt></a></li>
|
|
</ul>
|
|
<p><a href="cpp-thread.html">线程支持库</a>中:</p>
|
|
<ul>
|
|
<li><a href="cpp-header-stop_token.html"><tt><stop_token></tt></a></li>
|
|
<li><a href="cpp-header-semaphore.html"><tt><semaphore></tt></a></li>
|
|
<li><a href="cpp-header-latch.html"><tt><latch></tt></a></li>
|
|
<li><a href="cpp-header-barrier.html"><tt><barrier></tt></a></li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.BA.93.E7.89.B9.E6.80.A7">库特性</span></h3>
|
|
<ul>
|
|
<li><a href="cpp-utility-feature_test.html">库特性测试宏</a></li>
|
|
<li><a href="cpp-utility-format.html">格式化库</a></li>
|
|
<li><a href="cpp-chrono.html#.E6.97.A5.E5.8E.86">日历</a>和<a href="cpp-chrono.html#.E6.97.B6.E5.8C.BA">时区</a>库</li>
|
|
<li><a href="cpp-utility-source_location.html"><tt>std::source_location</tt></a></li>
|
|
<li><a href="cpp-container-span.html"><tt>std::span</tt></a></li>
|
|
<li><a href="cpp-types-endian.html"><tt>std::endian</tt></a></li>
|
|
<li>针对数组的 <span class="t-lc"><a href="cpp-memory-shared_ptr-make_shared.html">std::make_shared</a></span> 支持</li>
|
|
<li><a href="cpp-types-remove_cvref.html"><tt>std::remove_cvref</tt></a></li>
|
|
<li><a href="cpp-memory-to_address.html"><tt>std::to_address</tt></a></li>
|
|
<li>浮点类型和 shared_ptr 的原子对象</li>
|
|
<li><a href="cpp-thread-barrier.html"><tt>std::barrier</tt></a> 、 <a href="cpp-thread-latch.html"><tt>std::latch</tt></a> 和 <a href="cpp-thread-counting_semaphore.html"><tt>std::counting_semaphore</tt></a></li>
|
|
<li><a href="cpp-thread-jthread.html"><tt>std::jthread</tt></a> 和线程取消类</li>
|
|
<li><a href="cpp-io-basic_osyncstream.html"><tt>std::osyncstream</tt></a></li>
|
|
<li><span class="t-lc">std::u8string</span> 和其他 <span class="t-c"><span class="mw-geshi cpp source-cpp">char8_t</span></span> 的使用</li>
|
|
<li><code><algorithm></code> 、 <code><utility></code> 、 <code><complex></code> 中设施的 constexpr 化</li>
|
|
<li><a href="cpp-string-basic_string-starts_with.html"><tt>std::string::starts_with</tt></a> / <a href="cpp-string-basic_string-ends_with.html"><tt>ends_with</tt></a> 与 <a href="cpp-string-basic_string_view-starts_with.html"><tt>std::string_view::starts_with</tt></a> / <a href="cpp-string-basic_string_view-ends_with.html"><tt>ends_with</tt></a></li>
|
|
<li><a href="cpp-memory-assume_aligned.html"><tt>assume_aligned</tt></a></li>
|
|
<li><a href="cpp-utility-functional-bind_front.html"><tt>bind_front</tt></a></li>
|
|
<li><a href="cpp-string-multibyte-c8rtomb.html"><tt>c8rtomb</tt></a>/<a href="cpp-string-multibyte-mbrtoc8.html"><tt>mbrtoc8</tt></a></li>
|
|
<li><a href="cpp-memory-make_obj_using_allocator.html"><tt>make_obj_using_allocator</tt></a> 等</li>
|
|
<li><a href="cpp-memory-shared_ptr-make_shared.html"><tt>std::make_shared_for_overwrite</tt></a>/<a href="cpp-memory-unique_ptr-make_unique.html"><tt>std::make_unique_for_overwrite</tt></a></li>
|
|
<li>无序关联容器中的异质查找</li>
|
|
<li><span class="t-lc">std::polymoprhic_allocator</span> 的额外成员函数和 <span class="t-lc">std::byte</span> 作为其默认模板实参</li>
|
|
<li><span class="t-lc">std::execution::unseq</span></li>
|
|
<li><span class="t-lc">std::midpoint</span> 和 <span class="t-lc">std::lerp</span></li>
|
|
<li><span class="t-lc">std::ssize</span></li>
|
|
<li><span class="t-lc">std::is_bounded_array</span></li>
|
|
<li><a href="cpp-ranges.html">范围</a></li>
|
|
<li>统一容器擦除 (<code>std::erase</code>/<code>std::erase_if</code>)</li>
|
|
<li><a href="cpp-numeric-constants.html">数学常数</a></li>
|
|
</ul>
|
|
<h2><span class="mw-headline" id=".E7.BC.BA.E9.99.B7.E6.8A.A5.E5.91.8A">缺陷报告</span></h2>
|
|
<div style="margin-left:0px">
|
|
<table class="mw-collapsible mw-collapsed" style="background: transparent; text-align: left; border: 1px solid silver; margin: 0.2em auto auto; width:100%; clear: both; padding: 1px;">
|
|
<tr>
|
|
<th style="background: #F0F2F5; font-size:87%; padding:0.2em 0.3em; text-align:center;"><span style="font-size:115%">C++20 中修正的缺陷报告(核心 158 个,库 345 个)</span></th>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: solid 1px silver; padding: 8px; background: white;">
|
|
<div class="div-col columns column-count column-count-6" style="-moz-column-count: 6; -webkit-column-count: 6; column-count: 6;">
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue555">CWG#555</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue581">CWG#581</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue682">CWG#682</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue943">CWG#943</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1076">CWG#1076</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1271">CWG#1271</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1299">CWG#1299</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1331">CWG#1331</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1332">CWG#1332</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1426">CWG#1426</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1469">CWG#1469</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1523">CWG#1523</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1581">CWG#1581</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1621">CWG#1621</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1632">CWG#1632</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1636">CWG#1636</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1640">CWG#1640</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1646">CWG#1646</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1704">CWG#1704</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1728">CWG#1728</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1781">CWG#1781</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1836">CWG#1836</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1857">CWG#1857</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1859">CWG#1859</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1862">CWG#1862</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1893">CWG#1893</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1910">CWG#1910</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1912">CWG#1912</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1913">CWG#1913</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1931">CWG#1931</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1937">CWG#1937</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1938">CWG#1938</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1943">CWG#1943</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1983">CWG#1983</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2020">CWG#2020</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2045">CWG#2045</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2051">CWG#2051</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2053">CWG#2053</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2059">CWG#2059</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2080">CWG#2080</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2081">CWG#2081</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2083">CWG#2083</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2088">CWG#2088</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2092">CWG#2092</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2103">CWG#2103</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2112">CWG#2112</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2126">CWG#2126</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2133">CWG#2133</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2164">CWG#2164</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2170">CWG#2170</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2177">CWG#2177</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2207">CWG#2207</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2226">CWG#2226</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2227">CWG#2227</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2229">CWG#2229</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2233">CWG#2233</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2234">CWG#2234</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2235">CWG#2235</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2237">CWG#2237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2241">CWG#2241</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2249">CWG#2249</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2253">CWG#2253</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2254">CWG#2254</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2255">CWG#2255</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2256">CWG#2256</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2257">CWG#2257</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2260">CWG#2260</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2266">CWG#2266</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2267">CWG#2267</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2273">CWG#2273</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2277">CWG#2277</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2278">CWG#2278</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2280">CWG#2280</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2282">CWG#2282</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2285">CWG#2285</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2287">CWG#2287</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2289">CWG#2289</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2290">CWG#2290</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2292">CWG#2292</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2293">CWG#2293</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2294">CWG#2294</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2295">CWG#2295</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2299">CWG#2299</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2300">CWG#2300</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2303">CWG#2303</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2305">CWG#2305</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2307">CWG#2307</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2309">CWG#2309</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2310">CWG#2310</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2313">CWG#2313</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2315">CWG#2315</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2317">CWG#2317</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2318">CWG#2318</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2321">CWG#2321</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2322">CWG#2322</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2323">CWG#2323</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2330">CWG#2330</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2332">CWG#2332</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2336">CWG#2336</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2338">CWG#2338</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2339">CWG#2339</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2342">CWG#2342</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2343">CWG#2343</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2346">CWG#2346</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2347">CWG#2347</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2351">CWG#2351</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2352">CWG#2352</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2353">CWG#2353</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2354">CWG#2354</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2356">CWG#2356</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2358">CWG#2358</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2359">CWG#2359</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2360">CWG#2360</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2365">CWG#2365</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2366">CWG#2366</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2368">CWG#2368</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2371">CWG#2371</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2372">CWG#2372</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2373">CWG#2373</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2374">CWG#2374</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2376">CWG#2376</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2378">CWG#2378</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2379">CWG#2379</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2380">CWG#2380</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2381">CWG#2381</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2382">CWG#2382</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2384">CWG#2384</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2385">CWG#2385</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2386">CWG#2386</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2387">CWG#2387</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2390">CWG#2390</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2394">CWG#2394</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2399">CWG#2399</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2400">CWG#2400</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2404">CWG#2404</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2406">CWG#2406</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2411">CWG#2411</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2414">CWG#2414</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2416">CWG#2416</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2418">CWG#2418</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2419">CWG#2419</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2422">CWG#2422</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2424">CWG#2424</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2426">CWG#2426</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2427">CWG#2427</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2429">CWG#2429</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2430">CWG#2430</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2431">CWG#2431</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2432">CWG#2432</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2433">CWG#2433</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2436">CWG#2436</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2437">CWG#2437</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2439">CWG#2439</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2441">CWG#2441</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2442">CWG#2442</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2445">CWG#2445</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2446">CWG#2446</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue2447">CWG#2447</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="div-col columns column-count column-count-6" style="-moz-column-count: 6; -webkit-column-count: 6; column-count: 6;">
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg1052">LWG#1052</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg1203">LWG#1203</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2040">LWG#2040</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2055">LWG#2055</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2070">LWG#2070</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2089">LWG#2089</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2139">LWG#2139</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2151">LWG#2151</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2154">LWG#2154</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2155">LWG#2155</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2164">LWG#2164</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2183">LWG#2183</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2184">LWG#2184</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2243">LWG#2243</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2292">LWG#2292</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2318">LWG#2318</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2334">LWG#2334</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2412">LWG#2412</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2444">LWG#2444</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2498">LWG#2498</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2499">LWG#2499</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2511">LWG#2511</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2593">LWG#2593</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2597">LWG#2597</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2682">LWG#2682</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2693">LWG#2693</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2741">LWG#2741</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2780">LWG#2780</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2783">LWG#2783</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2797">LWG#2797</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2800">LWG#2800</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2808">LWG#2808</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2814">LWG#2814</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2816">LWG#2816</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2821">LWG#2821</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2831">LWG#2831</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2832">LWG#2832</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2836">LWG#2836</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2840">LWG#2840</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2841">LWG#2841</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2843">LWG#2843</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2849">LWG#2849</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2851">LWG#2851</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2856">LWG#2856</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2859">LWG#2859</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2870">LWG#2870</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2894">LWG#2894</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2897">LWG#2897</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2899">LWG#2899</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2929">LWG#2929</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2932">LWG#2932</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2935">LWG#2935</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2936">LWG#2936</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2937">LWG#2937</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2938">LWG#2938</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2940">LWG#2940</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2941">LWG#2941</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2942">LWG#2942</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2943">LWG#2943</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2944">LWG#2944</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2945">LWG#2945</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2946">LWG#2946</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2948">LWG#2948</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2950">LWG#2950</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2951">LWG#2951</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2952">LWG#2952</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2953">LWG#2953</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2954">LWG#2954</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2955">LWG#2955</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2957">LWG#2957</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2958">LWG#2958</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2961">LWG#2961</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2964">LWG#2964</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2965">LWG#2965</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2966">LWG#2966</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2968">LWG#2968</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2969">LWG#2969</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2970">LWG#2970</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2972">LWG#2972</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2974">LWG#2974</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2975">LWG#2975</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2976">LWG#2976</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2977">LWG#2977</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2978">LWG#2978</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2979">LWG#2979</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2980">LWG#2980</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2981">LWG#2981</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2982">LWG#2982</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2988">LWG#2988</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2989">LWG#2989</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2993">LWG#2993</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2995">LWG#2995</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2996">LWG#2996</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2998">LWG#2998</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg2999">LWG#2999</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3000">LWG#3000</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3001">LWG#3001</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3004">LWG#3004</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3005">LWG#3005</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3006">LWG#3006</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3007">LWG#3007</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3008">LWG#3008</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3009">LWG#3009</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3012">LWG#3012</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3013">LWG#3013</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3014">LWG#3014</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3015">LWG#3015</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3017">LWG#3017</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3018">LWG#3018</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3022">LWG#3022</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3023">LWG#3023</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3024">LWG#3024</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3025">LWG#3025</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3026">LWG#3026</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3030">LWG#3030</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3031">LWG#3031</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3034">LWG#3034</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3035">LWG#3035</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3037">LWG#3037</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3038">LWG#3038</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3039">LWG#3039</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3040">LWG#3040</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3041">LWG#3041</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3042">LWG#3042</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3043">LWG#3043</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3045">LWG#3045</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3048">LWG#3048</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3050">LWG#3050</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3051">LWG#3051</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3054">LWG#3054</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3055">LWG#3055</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3058">LWG#3058</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3061">LWG#3061</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3062">LWG#3062</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3065">LWG#3065</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3067">LWG#3067</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3070">LWG#3070</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3074">LWG#3074</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3075">LWG#3075</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3076">LWG#3076</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3077">LWG#3077</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3079">LWG#3079</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3080">LWG#3080</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3083">LWG#3083</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3087">LWG#3087</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3091">LWG#3091</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3094">LWG#3094</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3096">LWG#3096</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3100">LWG#3100</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3101">LWG#3101</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3102">LWG#3102</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3103">LWG#3103</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3104">LWG#3104</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3110">LWG#3110</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3111">LWG#3111</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3112">LWG#3112</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3113">LWG#3113</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3115">LWG#3115</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3116">LWG#3116</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3119">LWG#3119</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3122">LWG#3122</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3125">LWG#3125</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3127">LWG#3127</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3128">LWG#3128</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3129">LWG#3129</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3130">LWG#3130</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3131">LWG#3131</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3132">LWG#3132</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3133">LWG#3133</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3137">LWG#3137</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3140">LWG#3140</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3141">LWG#3141</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3144">LWG#3144</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3145">LWG#3145</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3147">LWG#3147</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3148">LWG#3148</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3149">LWG#3149</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3150">LWG#3150</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3151">LWG#3151</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3153">LWG#3153</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3154">LWG#3154</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3156">LWG#3156</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3158">LWG#3158</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3160">LWG#3160</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3168">LWG#3168</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3169">LWG#3169</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3173">LWG#3173</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3175">LWG#3175</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3176">LWG#3176</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3178">LWG#3178</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3179">LWG#3179</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3180">LWG#3180</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3182">LWG#3182</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3183">LWG#3183</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3184">LWG#3184</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3185">LWG#3185</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3186">LWG#3186</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3187">LWG#3187</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3190">LWG#3190</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3191">LWG#3191</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3194">LWG#3194</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3196">LWG#3196</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3198">LWG#3198</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3199">LWG#3199</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3200">LWG#3200</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3201">LWG#3201</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3202">LWG#3202</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3206">LWG#3206</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3208">LWG#3208</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3209">LWG#3209</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3212">LWG#3212</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3213">LWG#3213</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3218">LWG#3218</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3221">LWG#3221</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3222">LWG#3222</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3224">LWG#3224</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3225">LWG#3225</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3226">LWG#3226</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3228">LWG#3228</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3230">LWG#3230</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3231">LWG#3231</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3232">LWG#3232</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3233">LWG#3233</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3235">LWG#3235</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3237">LWG#3237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3238">LWG#3238</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3239">LWG#3239</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3241">LWG#3241</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3242">LWG#3242</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3243">LWG#3243</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3244">LWG#3244</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3245">LWG#3245</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3246">LWG#3246</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3247">LWG#3247</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3248">LWG#3248</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3250">LWG#3250</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3251">LWG#3251</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3252">LWG#3252</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3253">LWG#3253</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3254">LWG#3254</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3255">LWG#3255</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3256">LWG#3256</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3257">LWG#3257</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3259">LWG#3259</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3260">LWG#3260</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3262">LWG#3262</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3264">LWG#3264</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3266">LWG#3266</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3269">LWG#3269</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3270">LWG#3270</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3272">LWG#3272</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3273">LWG#3273</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3274">LWG#3274</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3276">LWG#3276</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3277">LWG#3277</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3278">LWG#3278</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3279">LWG#3279</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3280">LWG#3280</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3281">LWG#3281</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3282">LWG#3282</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3284">LWG#3284</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3285">LWG#3285</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3286">LWG#3286</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3290">LWG#3290</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3291">LWG#3291</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3292">LWG#3292</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3294">LWG#3294</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3295">LWG#3295</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3296">LWG#3296</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3299">LWG#3299</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3300">LWG#3300</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3301">LWG#3301</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3302">LWG#3302</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3303">LWG#3303</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3304">LWG#3304</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3307">LWG#3307</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3310">LWG#3310</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3313">LWG#3313</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3314">LWG#3314</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3315">LWG#3315</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3316">LWG#3316</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3317">LWG#3317</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3318">LWG#3318</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3319">LWG#3319</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3320">LWG#3320</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3321">LWG#3321</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3322">LWG#3322</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3323">LWG#3323</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3324">LWG#3324</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3325">LWG#3325</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3326">LWG#3326</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3327">LWG#3327</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3328">LWG#3328</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3329">LWG#3329</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3330">LWG#3330</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3331">LWG#3331</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3332">LWG#3332</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3334">LWG#3334</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3335">LWG#3335</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3336">LWG#3336</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3338">LWG#3338</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3340">LWG#3340</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3345">LWG#3345</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3346">LWG#3346</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3347">LWG#3347</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3348">LWG#3348</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3349">LWG#3349</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3350">LWG#3350</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3351">LWG#3351</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3352">LWG#3352</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3354">LWG#3354</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3355">LWG#3355</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3356">LWG#3356</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3358">LWG#3358</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3359">LWG#3359</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3360">LWG#3360</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3362">LWG#3362</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3363">LWG#3363</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3364">LWG#3364</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3367">LWG#3367</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3368">LWG#3368</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3369">LWG#3369</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3371">LWG#3371</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3372">LWG#3372</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3373">LWG#3373</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3374">LWG#3374</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3375">LWG#3375</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3377">LWG#3377</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3379">LWG#3379</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3380">LWG#3380</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3381">LWG#3381</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3382">LWG#3382</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3383">LWG#3383</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3384">LWG#3384</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3385">LWG#3385</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3386">LWG#3386</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3387">LWG#3387</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3388">LWG#3388</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3389">LWG#3389</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3390">LWG#3390</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3393">LWG#3393</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3395">LWG#3395</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3396">LWG#3396</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3397">LWG#3397</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.link/lwg3398">LWG#3398</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h2><span class="mw-headline" id=".E7.BC.96.E8.AF.91.E5.99.A8.E6.94.AF.E6.8C.81.E6.83.85.E5.86.B5">编译器支持情况</span></h2>
|
|
<p>主条目: <a href="cpp-compiler_support.html#C.2B.2B20_.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">C++ 编译器支持</a></p>
|
|
<h3><span class="mw-headline" id="C.2B.2B20_.E6.A0.B8.E5.BF.83.E8.AF.AD.E8.A8.80.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">C++20 核心语言功能特性</span></h3>
|
|
<table class="wikitable tbody-scroll mw-collapsible" style="font-size:0.8em; width:100%">
|
|
<tr style="height:15em">
|
|
<th style="vertical-align:bottom;">C++20 功能特性<br />
|
|
</th>
|
|
<th style="vertical-align:bottom;">提案<br />
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>GCC</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Clang</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>MSVC</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Apple Clang</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>EDG eccp</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Intel C++</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>IBM XLC++</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Sun/Oracle C++</div>
|
|
</div>
|
|
</th>
|
|
<th scope="col" style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Embarcadero C++ Builder</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Cray</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Nvidia HPC C++<br />
|
|
(前 Portland Group/PGI)</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Nvidia nvcc</div>
|
|
</div>
|
|
</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td>允许 lambda 捕获 <code>[=, this]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0409R2">P0409R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>__VA_OPT__</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0306R4">P0306R4</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P1042R1">P1042R1</a></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe"><span title="无 #__VA_OPT__ 支持">8 (部分)*</span><br />
|
|
<span title="无位置标记记号处理更改">10</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-aggregate_initialization.html#.E6.8C.87.E6.B4.BE.E5.88.9D.E5.A7.8B.E5.8C.96.E5.99.A8">指派初始化器</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0329R4">P0329R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="构成 P0329 基础的非标准扩展,缺少花括号初始化器">4.7 (部分)*</span><br />
|
|
8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="P0329 的完全 C99 兼容超集,缺少花括号初始化器">3.0 (部分)*</span><br />
|
|
10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe"><span title="P0329 的完全 C99 兼容超集,缺少花括号初始化器">(部分)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-lambda.html#.E8.AF.AD.E6.B3.95">泛型 lambda 的模板形参列表</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0428R2">P0428R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.0 beta (11M336w), 11.0 (11A420a), 11.1 (11A1027), 11.2 (11B52), 11.2.1 (11B500), 11.3 (11C29), 11.3.1 (11C504)">11.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-bit_field.html#Cpp20_.E4.BD.8D.E5.9F.9F.E7.9A.84.E9.BB.98.E8.AE.A4.E6.88.90.E5.91.98.E5.88.9D.E5.A7.8B.E5.8C.96.E5.99.A8">位域的默认成员初始化器</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0683R1">P0683R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>类模板实参推导中的 intializer_list 构造函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0702R1">P0702R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.7">19.14*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>const& 限定的成员指针</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0704R1">P0704R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.7">19.14*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-constraints.html">概念</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0734R0">P0734R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6<br />
|
|
(仅 TS)<br />
|
|
10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe"><span title="VS 2019 16.3">19.23*</span> <span title="无 requires 表达式支持">(部分)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-lambda.html#.E4.B8.8D.E6.B1.82.E5.80.BC.E8.AF.AD.E5.A2.83.E4.B8.AD.E7.9A.84_lambda">不求值语境中的 lambda</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0315R4">P0315R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-operator_comparison.html#.E4.B8.89.E8.B7.AF.E6.AF.94.E8.BE.83">三路比较运算符</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0515R3">P0515R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8 (部分)<br />
|
|
10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.0">19.20*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :简化隐式 lambda 捕获</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0588R1">P0588R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-range-for.html#.E8.AF.AD.E6.B3.95">基于范围的 for 的初始化语句</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0614R1">P0614R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.0 beta (11M336w), 11.0 (11A420a), 11.1 (11A1027), 11.2 (11B52), 11.2.1 (11B500), 11.3 (11C29), 11.3.1 (11C504)">11.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>可默认构造与可赋值的无状态 <a href="cpp-language-lambda.html">lambda</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0624R2">P0624R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>预置复制构造函数与 const 的不匹配</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0641R2">P0641R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2015">19.0 (2015)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>特化上的访问检查</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0692R1">P0692R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>ADL 与不可见的函数模板</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0846R0">P0846R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:指定 <code>constexpr</code> 函数定义何时为<a href="cpp-language-constant_expression.html#.E5.B8.B8.E9.87.8F.E6.B1.82.E5.80.BC.E6.89.80.E9.9C.80.E8.A6.81.E7.9A.84.E5.87.BD.E6.95.B0.E4.B8.8E.E5.8F.98.E9.87.8F">常量求值所需要</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0859R0">P0859R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="大多数">5.2 (部分)*<br />
|
|
9</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe"><span title="实现足以支持 C++20 标准库。完整实现要求打破二进制兼容的更改。"><span title="VS 2019 16.7">19.27*</span> (部分)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>属性 <code>[[<a href="cpp-language-attributes-likely.html">likely</a>]]</code> 与 <code>[[<a href="cpp-language-attributes-likely.html">unlikely</a>]]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0479R5">P0479R5</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>使 <a href="cpp-keywords-typename.html" class="mw-redirect"><tt>typename</tt></a> 更可选</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0634R3">P0634R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Lambda 初始化捕获中的包展开</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0780R2">P0780R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>属性 <code>[[<a href="cpp-language-attributes-no_unique_address.html">no_unique_address</a>]]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0840R2">P0840R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span><span title="已实现意味着剖析通过,这被认为是 ABI 不兼容,因为编译器先前无错误地接受它">*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>条件性平凡的特殊成员函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0848R3">P0848R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:放松<a href="cpp-language-structured_binding.html">结构化绑定</a>定制点查找规则</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0961R1">P0961R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:放松<a href="cpp-language-range-for.html">范围 <code>for</code> 循环</a>定制点查找规则</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0962R1">P0962R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :允许到可访问成员的结构化绑定</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0969R0">P0969R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-memory-new-operator_delete.html">销毁的 <code>operator delete</code></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0722R3">P0722R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-template_parameters.html#.E9.9D.9E.E7.B1.BB.E5.9E.8B.E6.A8.A1.E6.9D.BF.E5.BD.A2.E5.8F.82">非类型模板形参</a>非类型模板形参中的类类型</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0732R2">P0732R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">12 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="无对于用户定义字面量的提议更改"><span title="VS 2019 16.6">19.26*</span>(部分)*</span><br />
|
|
<span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.2</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>弃用经由 <code>[=]</code> 隐式捕获 <code>this</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0806R2">P0806R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-explicit.html"><tt>explicit(bool)</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0892R2">P0892R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>集成<a href="cpp-feature_test.html">功能特性测试宏</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0941R2">P0941R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.8">19.15*</span> (部分)<br />
|
|
<span title="VS 2019 16.0">19.20*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>禁止有用户声明构造函数的聚合体</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1008R1">P1008R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.0">19.20*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <a href="cpp-language-virtual.html">虚函数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1064R0">P1064R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>比较的一致性改进</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1120R0">P1120R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 (部分)<br />
|
|
10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-types.html#char8_t"><code>char8_t</code></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0482R6">P0482R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-is_constant_evaluated.html"><tt>std::is_constant_evaluated()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0595R2">P0595R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">19.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> 函数中的 <code>try</code>-<code>catch</code> 块</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1002R1">P1002R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-consteval.html">立即函数</a>(<code>consteval</code>)</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1073R3">P1073R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="无 consteval 虚函数支持">10 (部分)*</span><br />
|
|
11</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">11 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span><span title="无折叠常量的立即调用">*</span><br />
|
|
(部分)<br />
|
|
<span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-namespace.html">嵌套内联命名空间</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1094R2">P1094R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-template_parameters.html#.E7.B1.BB.E5.9E.8B.E6.A8.A1.E6.9D.BF.E5.AE.9E.E5.8F.82">有约束</a><a href="cpp-language-auto.html">声明</a>的另一种手段</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1141R2">P1141R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span> (部分)<br />
|
|
<span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>有符号整数为补码</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1236R1">P1236R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #ececec; color: grey; vertical-align: middle; text-align: center;" class="table-na"><small>N/A</small></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="有符号整数从来都是补码">是</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <code>dynamic_cast</code> 及多态 <code>typeid</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1327R1">P1327R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>在 <code>constexpr</code> 内更改联合体的活跃成员</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1330R0">P1330R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.0">19.10*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-coroutines.html">协程</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0912R5">P0912R5</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2015">19.0 (2015)*</span> (部分)<br />
|
|
<span title="VS 2017 15.0">19.10*</span> (仅 TS)<br />
|
|
<span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>括号形式的<a href="cpp-language-aggregate_initialization.html">聚合体初始化</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0960R3">P0960R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR: <a href="cpp-language-new.html"><code>new</code> 表达式</a>中的数组大小推导</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1009R2">P1009R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-modules.html">模块</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1103R3">P1103R3</a></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">11 (部分)</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2015">19.0 (2015)*</span> (部分)<br />
|
|
<span title="VS 2017 15.0">19.10*</span> (仅 TS)<br />
|
|
<span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>更强的 Unicode 要求</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1041R4">P1041R4</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P1139R2">P1139R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2015">19.0 (2015)*</span> (P1041R4)<br />
|
|
<span title="VS 2019 16.6">19.26*</span> (P1139R2)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #ececec; color: grey; vertical-align: middle; text-align: center;" class="table-na"><small>N/A</small></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code><=> != ==</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1185R2">P1185R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :拥有不同异常说明的显式默认化函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1286R2">P1286R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>结构化绑定的 lambda 捕获与存储类说明符</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1091R3">P1091R3</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P1381R1">P1381R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.3">19.11*</span>(P1381R1)<br />
|
|
<span title="VS 2019 16.4">19.24*</span>(P1091R3)</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.7</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>容许转换到未知边界数组</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0388R4">P0388R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> 容器操作</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0784R7">P0784R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>弃用 <code>volatile</code> 的某些用法</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1152R4">P1152R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-constinit.html"><tt>constinit</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1143R2">P1143R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-operator_other.html#.E5.86.85.E5.BB.BA.E7.9A.84.E9.80.97.E5.8F.B7.E8.BF.90.E7.AE.97.E7.AC.A6">弃用下标中的逗号运算符</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1161R3">P1161R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>带消息的 <code>[[<a href="cpp-language-attributes-nodiscard.html">nodiscard</a>]]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1301R4">P1301R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> 函数中的平凡默认初始化</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1331R2">P1331R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> 函数中的不求值 <code>asm</code> 声明</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1668R1">P1668R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-enum.html#using_enum_.E5.A3.B0.E6.98.8E"><tt>using enum</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1099R5">P1099R5</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.3</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>对指定的比较类别合成<a href="cpp-language-operator_comparison.html#.E4.B8.89.E8.B7.AF.E6.AF.94.E8.BE.83">三路比较</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1186R3">P1186R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:构造函数的 <code>[[<a href="cpp-language-attributes-nodiscard.html">nodiscard</a>]]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1771R1">P1771R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>别名模板的<a href="cpp-language-class_template_argument_deduction.html">类模板实参推导</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1814R0">P1814R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>聚合类的类模板实参推导</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1816R0">P1816R0</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P2082R1">P2082R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10(P1816R0)<br />
|
|
11(P2082R1)</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :更多局部对象与右值引用的<a href="cpp-language-return.html">隐式移动</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1825R0">P1825R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="仅 C++20 模式">11*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.4">19.24*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.0</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>允许默认化按值比较</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1946R0">P1946R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>移除 <code>std::weak_equality</code> 与 <code>std::strong_equality</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1959R0">P1959R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">20.11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>非类型模板形参的不一致</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1907R1">P1907R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10 (部分)<br />
|
|
11</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">12 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.2</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:伪析构函数终结对象生存期</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0593R6">P0593R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #ececec; color: grey; vertical-align: middle; text-align: center;" class="table-na"><small>N/A</small></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :应认为从 <code>T*</code> 到 <code>bool</code> 的转换为窄化</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1957R2">P1957R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="仅 C++20 模式">10*</span><br />
|
|
<span title="所有模式">11*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6.1</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr style="height:15em">
|
|
<th style="vertical-align:bottom;">C++20 功能特性<br />
|
|
</th>
|
|
<th style="vertical-align:bottom;">提案<br />
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>GCC</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Clang</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>MSVC</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Apple Clang</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>EDG eccp</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Intel C++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>IBM XLC++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Sun/Oracle C++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Embarcadero C++ Builder</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Cray</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Nvidia HPC C++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Nvidia nvcc</div>
|
|
</div>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
<h3><span class="mw-headline" id="C.2B.2B20_.E5.BA.93.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">C++20 库功能特性</span></h3>
|
|
<table class="wikitable tbody-scroll mw-collapsible" style="font-size:0.8em; width:100%">
|
|
<tr style="height:15em">
|
|
<th style="vertical-align:bottom;">C++20 功能特性<br />
|
|
</th>
|
|
<th style="vertical-align:bottom;">提案<br />
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>GCC libstdc++</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Clang libc++</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>MSVC STL</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Apple Clang</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Sun/Oracle C++<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Embarcadero C++ Builder<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Cray C++<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-endian.html"><tt>std::endian</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0463R1">P0463R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>扩展 <span class="t-lc"><a href="cpp-memory-shared_ptr-make_shared.html">std::make_shared()</a></span> 以支持数组</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0674R1">P0674R1</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-atomic-atomic.html#.E5.AF.B9.E6.B5.AE.E7.82.B9.E7.B1.BB.E5.9E.8B.E7.9A.84.E7.89.B9.E5.8C.96">浮点原子类型</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0020R6">P0020R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-io-basic_syncbuf.html">同步缓冲</a>(<a href="cpp-io-basic_osyncstream.html"><tt>std::basic_osyncstream</tt></a>)</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0053R7">P0053R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-header-algorithm.html"><tt><algorithm></tt></a> 与 <a href="cpp-header-utility.html"><tt><utility></tt></a> 的 <code>constexpr</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0202R3">P0202R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8 (部分)<br />
|
|
12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-header-complex.html"><tt><complex></tt></a> 的更多 <code>constexpr</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0415R1">P0415R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">7 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>使 <span class="t-lc"><a href="cpp-atomic-memory_order.html">std::memory_order</a></span> 为有作用域枚举</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0439R0">P0439R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-string-basic_string.html">字符串</a><a href="cpp-string-basic_string-starts_with.html">前缀</a>与<a href="cpp-string-basic_string-ends_with.html">后缀</a>检查: <a href="cpp-string-basic_string-starts_with.html"><tt>string</tt></a><a href="cpp-string-basic_string_view-starts_with.html"><tt>(_view)</tt></a> <a href="cpp-string-basic_string-starts_with.html"><tt>::starts_with</tt></a>/<a href="cpp-string-basic_string_view-ends_with.html"><tt>ends_with</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0457R2">P0457R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>=<a href="cpp-language-operator_comparison.html#.E4.B8.89.E8.B7.AF.E6.AF.94.E8.BE.83"><code>operator<=></code></a> 的库支持 <a href="cpp-header-compare.html"><tt><compare></tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0768R1">P0768R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7 (部分)<br />
|
|
12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.0">19.20*</span> (部分)<br />
|
|
<span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-remove_cvref.html"><tt>std::remove_cvref</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0550R2">P0550R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.0">19.20*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-attributes-nodiscard.html#.E6.A0.87.E5.87.86.E5.BA.93">标准库</a>中的 <code>[[<a href="cpp-language-attributes-nodiscard.html">nodiscard</a>]]</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0600R1">P0600R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">7 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.6">19.13*</span> (部分)<br />
|
|
<span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>于<a href="cpp-numeric.html">数值算法</a>使用 <code>std::move</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0616R0">P0616R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>转换指针为裸指针的<a href="cpp-memory-to_address.html">工具</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0653R2">P0653R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>原子 <a href="cpp-memory-shared_ptr-atomic2.html"><tt>std::shared_ptr</tt></a> 与 <a href="cpp-memory-weak_ptr-atomic2.html"><tt>std::weak_ptr</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0718R2">P0718R2</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-container-span.html"><tt>std::span</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0122R7">P0122R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-chrono.html#.E6.97.A5.E5.8E.86">日历</a>与<a href="cpp-chrono.html#.E6.97.B6.E5.8C.BA">时区</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0355R7">P0355R7</a></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">11 (部分)</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">7 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span> (部分)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-header-version.html"><tt><version></tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0754R2">P0754R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10 beta (10L176w), 10.0 (10A255), 10.1 (10B61)">10.0.0*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>比较无序容器</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0809R0">P0809R0</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2010">16.0*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-named_req-ConstexprIterator.html"><span style="font-style:italic">常量表达式迭代器</span> <span style="font-family: Georgia, 'DejaVu Serif', serif; font-style:italic">(ConstexprIterator)</span></a> 要求</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0858R0">P0858R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.3">19.11*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-string-basic_string-reserve.html">std::basic_string::reserve()</a></span> 不应收缩</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0966R1">P0966R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>带填充位的原子比较交换</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0528R3">P0528R3</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-atomic-atomic_ref.html"><tt>std::atomic_ref</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0019R8">P0019R8</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>关联容器的 <code>contains()</code> 成员函数,如 <a href="cpp-container-map-contains.html"><tt>std::map::contains()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0458R2">P0458R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="缺少有序容器的异质查找">9 (部分)*</span><br />
|
|
13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR :<a href="cpp-memory-scoped_allocator_adaptor-construct.html">逐片构造</a>的受保证复制消除</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0475R1">P0475R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-numeric-bit_cast.html"><tt>std::bit_cast()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0476R2">P0476R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-header-bit.html">整数的 2 的幂的运算</a>:
|
|
<p><a href="cpp-numeric-bit_ceil.html"><tt>std::bit_ceil()</tt></a>、 <a href="cpp-numeric-bit_floor.html"><tt>std::bit_floor()</tt></a>、 <a href="cpp-numeric-bit_width.html"><tt>std::bit_width()</tt></a>、 <a href="cpp-numeric-has_single_bit.html"><tt>std::has_single_bit()</tt></a></p>
|
|
</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0556R3">P0556R3</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P1956R1">P1956R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9 (P0556R3)<br />
|
|
10 (P1956R1)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9 (P0556R3)<br />
|
|
12 (P1956R1)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span> (P0556R3)<span title="用 Clang">*</span><br />
|
|
<span title="VS 2019 16.7">19.27*</span> (P1956R1)<span title="用 Clang">*</span><br />
|
|
<span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>改进擦除式算法的返回值</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0646R1">P0646R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-memory-new-destroying_delete_t.html"><tt>std::destroying_delete</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0722R3">P0722R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-is_convertible.html"><tt>std::is_nothrow_convertible</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0758R1">P0758R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>添加 <a href="cpp-algorithm-shift.html"><tt>std::shift_left/right</tt></a> 到 <a href="cpp-header-algorithm.html"><tt><algorithm></tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0769R2">P0769R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-algorithm-swap.html">std::swap()</a></span> 与 <code>swap</code> 相关函数的 constexpr</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0879R0">P0879R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12 (部分)<br />
|
|
13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-type_identity.html"><tt>std::type_identity</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0887R1">P0887R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-concepts.html">概念库</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0898R3">P0898R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-container-array.html">std::array</a></span> 的 <code>constexpr</code> <a href="cpp-container-array-operator_cmp.html">比较运算符</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1023R0">P1023R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-utility-functional-unwrap_reference.html"><code>std::unwrap_ref_decay</code> 与 <code>std::unwrap_reference</code></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0318R1">P0318R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.1">19.21*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-utility-functional-bind_front.html"><tt>std::bind_front()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0356R5">P0356R5</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>不完整类型的 <span class="t-lc"><a href="cpp-utility-functional-reference_wrapper.html">std::reference_wrapper</a></span></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0357R3">P0357R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>修正 <a href="cpp-io-basic_istream-operator_gtgt2.html"><tt>operator>>(basic_istream&, CharT*)</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0487R1">P0487R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-types.html#char8_t"><code>char8_t</code></a> 的库支持</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0482R6">P0482R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8 <span title="缺少 cuchar 与 memory_resource 的相关部分">(部分)*</span><br /></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>实现<a href="cpp-memory-make_obj_using_allocator.html">使用分配器</a><a href="cpp-memory-uninitialized_construct_using_allocator.html">构造</a>的<a href="cpp-memory-uses_allocator_construction_args.html">工具函数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0591R4">P0591R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR: <span class="t-lc"><a href="cpp-utility-variant.html">std::variant</a></span> 与 <span class="t-lc"><a href="cpp-utility-optional.html">std::optional</a></span> 应传播复制/移动平凡性</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0602R4">P0602R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.3">19.11*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>理智的 <span class="t-lc"><a href="cpp-utility-variant.html">std::variant</a></span> 转换构造函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0608R3">P0608R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-utility-functional-function.html">std::function</a></span> 的移动构造函数应为 <code>noexcept</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0771R1">P0771R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.2">19.22*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-iterator.html">一个</a><a href="cpp-ranges.html">范围</a><a href="cpp-algorithm-ranges.html">提案</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0896R4">P0896R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">13 (部分)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-container.html#.E6.97.A0.E5.BA.8F.E5.85.B3.E8.81.94.E5.AE.B9.E5.99.A8">无序容器</a>的异质查找</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0919R3">P0919R3</a> <a rel="nofollow" class="external text" href="https://wg21.link/P1690R1">P1690R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span> (P0919R3)<br />
|
|
<span title="VS 2019 16.5">19.25*</span> (P1690R1)</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-header-chrono.html"><tt><chrono></tt></a> <code>zero()</code>、 <code>min()</code> 及 <code>max()</code> 应为 <code>noexcept</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0972R0">P0972R0</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2017 15.7">19.14*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-memory-pointer_traits.html">std::pointer_traits</a></span> 中的 <code>constexpr</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1006R1">P1006R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-memory-assume_aligned.html"><tt>std::assume_aligned()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1007R3">P1007R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="到 9.4 与 10.3 为止非 constexpr">9*</span><br />
|
|
11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>使用默认初始化的智能指针创建(如 <a href="cpp-memory-unique_ptr-make_unique.html"><tt>make_unique_for_overwrite</tt></a>)</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1020R1">P1020R1</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/P1973R1">P1973R1</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>杂项 <code>constexpr</code> 小部分</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1032R1">P1032R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>移除 <code>std::span</code> 的比较运算符</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1085R2">P1085R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>使 <a href="cpp-string-basic_string-operator+.html"><tt>operator+(basic_string)</tt></a> 的有状态分配器传播更加一致</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1165R1">P1165R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>一致容器擦除,如 <a href="cpp-container-vector-erase2.html"><tt>std::erase(std::vector)</tt></a> 或 <a href="cpp-container-map-erase_if.html"><tt>std::erase_if(std::map)</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1209R0">P1209R0</a> <a rel="nofollow" class="external text" href="https://wg21.link/P1115R3">P1115R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9 (P1209R0)<br />
|
|
10 (P1115R3)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8 (P1209R0)<br />
|
|
11 (P1115R3)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span> (P1209R0)<br />
|
|
<span title="VS 2019 16.7">19.27*</span> (P1115R3)</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">
|
|
<p><span title="Xcode 10.2 (10E125), 10.2.1 (10E1001), 10.3 (10G8)">10.0.1*</span> (P1209R0)</p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>标准库头文件单元</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1502R1">P1502R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-memory-polymorphic_allocator.html"><tt>polymorphic_allocator<></tt></a> 作为词汇类型</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0339R6">P0339R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-algorithm-execution_policy_tag.html"><tt>std::execution::unseq</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1001R2">P1001R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-numeric-lerp.html"><tt>std::lerp()</tt></a> 与 <a href="cpp-numeric-midpoint.html"><tt>std::midpoint()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0811R3">P0811R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.3">19.23*</span> (部分)<br />
|
|
<span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>std::span</code> 的实用性增强</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1024R3">P1024R3</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DR:使 <a href="cpp-filesystem-create_directory.html"><tt>create_directory()</tt></a> 自发</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1164R1">P1164R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.0">19.20*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-iterator-size.html"><tt>std::ssize()</tt></a> 与 <code>std::span</code> 的无符号长度</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1227R2">P1227R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-is_bounded_array.html">有界</a>及<a href="cpp-types-is_unbounded_array.html">无界</a>数组特征</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1357R1">P1357R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-container-array-to_array.html"><tt>std::to_array()</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0325R4">P0325R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-io-basic_stringbuf.html">std::basic_stringbuf</a></span> 缓冲的有效访问</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0408R7">P0408R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-types-is_layout_compatible.html">布局</a><a href="cpp-types-is_corresponding_member.html">兼容性</a>与<a href="cpp-types-is_pointer_interconvertible_base_of.html">指针</a><a href="cpp-types-is_pointer_interconvertible_with_class.html">可互转换性</a>特征</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0466R5">P0466R5</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span><span title="最初仅 MSVC ;在 LLVM-48860 解决后将对 Clang 支持。">*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-numeric.html">位操作</a>: <code>std::</code>
|
|
<p><a href="cpp-numeric-rotl.html"><tt>rotl()</tt></a>、 <a href="cpp-numeric-rotr.html"><tt>rotr()</tt></a>、 <a href="cpp-numeric-countl_zero.html"><tt>countl_zero()</tt></a>、 <a href="cpp-numeric-countl_one.html"><tt>countl_one()</tt></a>、 <a href="cpp-numeric-countr_zero.html"><tt>countr_zero()</tt></a>、 <a href="cpp-numeric-countr_one.html"><tt>countr_one()</tt></a>、 <a href="cpp-numeric-popcount.html"><tt>popcount()</tt></a></p>
|
|
</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0553R4">P0553R4</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span><span title="用 Clang">*</span><br />
|
|
<span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">
|
|
<p><span title="Xcode 11.4 (11E146), 11.4.1 (11E503a)">11.0.3*</span></p>
|
|
</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-numeric-constants.html">数学常数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0631R8">P0631R8</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.5">19.25*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-utility-format.html">文本格式化</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0645R10">P0645R10</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-thread-stop_token.html"><tt>std::stop_token</tt></a> 与 <a href="cpp-thread-jthread.html"><tt>std::jthread</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0660R10">P0660R10</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.9">19.28 (16.9)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <span class="t-lc"><a href="cpp-memory-allocator.html">std::allocator</a></span> 及相关工具</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0784R7">P0784R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <span class="t-lc"><a href="cpp-string-basic_string.html">std::string</a></span></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0980R1">P0980R1</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <span class="t-lc"><a href="cpp-container-vector.html">std::vector</a></span></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1004R2">P1004R2</a></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>输入<a href="cpp-ranges.html">范围适配器</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1035R7">P1035R7</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>constexpr</code> <span class="t-lc"><a href="cpp-utility-functional-invoke.html">std::invoke()</a></span> 及相关工具</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1065R2">P1065R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>原子等待与提醒、 <a href="cpp-thread-counting_semaphore.html"><tt>std::counting_semaphore</tt></a> 、 <a href="cpp-thread-latch.html"><tt>std::latch</tt></a> 及 <a href="cpp-thread-barrier.html"><tt>std::barrier</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1135R6">P1135R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.8">19.28 (16.8)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-utility-source_location.html"><tt>std::source_location</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1208R6">P1208R6</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>添加 <code><=></code> 到标准库</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1614R2">P1614R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.10">19.29 (16.10)*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-lc"><a href="cpp-atomic-atomic.html">std::atomic</a></span> 与 <span class="t-lc"><a href="cpp-atomic-atomic_flag.html">std::atomic_flag</a></span> 的 <code>constexpr</code> 默认构造函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0883R2">P0883R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-numeric.html#.E6.95.B0.E5.80.BC.E8.BF.90.E7.AE.97">数值算法</a>的 <code>constexpr</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P1645R1">P1645R1</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.6">19.26*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-utility-intcmp.html">安全整数比较</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/P0586R2">P0586R2</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2019 16.7">19.27*</span></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr style="height:15em">
|
|
<th style="vertical-align:bottom;">C++20 功能特性<br />
|
|
</th>
|
|
<th style="vertical-align:bottom;">提案<br />
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>GCC libstdc++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Clang libc++</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>MSVC STL</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Apple Clang</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Sun/Oracle C++<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Embarcadero C++ Builder<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Cray C++<br />
|
|
标准库</div>
|
|
</div>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
<p><i>*</i> - 在版本号上停留可以查看注记</p>
|
|
<ul>
|
|
<li><a rel="nofollow" class="external text" href="https://github.com/makelinux/examples/blob/master/cpp/20.cpp">C++20 可行样例</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|