2897 lines
263 KiB
HTML
2897 lines
263 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++11</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_11 skin-cppreference2 action-view cpp-navbar">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">C++11</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><b>C++11</b> 是 C++ 的第二个<b>主要</b>版本(前一个是 C++98 而后一个是 <a href="cpp-17.html">C++17</a> ),并且是从 C++98 起的最重要更新。它引入了大量更改,标准化了既有实践,并改进了对 C++ 程序员可用的抽象。</p>
|
|
<p>在它最终由 ISO 在 2011 年 8 月 12 日承认前,人们曾使用名称 'C++0x' ,因为它曾被期待在 2010 年之前发布。 C++03 与 C++11 期间花了 8 年时间,故而这是迄今为止最长的版本间隔。从那时起, C++ 规则地每 3 年更新一次。</p>
|
|
<table class="metadata plainlinks ambox mbox-small-left ambox-notice" style="">
|
|
<tr>
|
|
<td class="mbox-empty-cell"></td>
|
|
<td class="mbox-text" style="">本节未完成<br />
|
|
原因:更详细的描述</td>
|
|
</tr>
|
|
</table>
|
|
<p>下列功能特性被并入 C++11 :</p>
|
|
<ul>
|
|
<li>来自 TR1 : TR1 的全部,除了数学特殊函数。</li>
|
|
<li>来自 Boost :<a href="cpp-thread.html">线程库</a>、 <a href="cpp-error-exception_ptr.html"><tt>exception_ptr</tt></a>、 <a href="cpp-error-error_code.html"><tt>error_code</tt></a> 与 <a href="cpp-error-error_condition.html"><tt>error_condition</tt></a>、迭代器改进( <a href="cpp-iterator-begin.html"><tt>std::begin</tt></a>、 <a href="cpp-iterator-end.html"><tt>std::end</tt></a>、 <a href="cpp-iterator-next.html"><tt>std::next</tt></a>、 <a href="cpp-iterator-prev.html"><tt>std::prev</tt></a> )</li>
|
|
<li>来自 C : C 风格 Unicode 转换函数</li>
|
|
</ul>
|
|
<h2><span class="mw-headline" id=".E6.A0.B8.E5.BF.83.E8.AF.AD.E8.A8.80.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">核心语言功能特性</span></h2>
|
|
<ul>
|
|
<li><a href="cpp-language-auto.html"><tt>auto</tt></a> 与 <a href="cpp-language-decltype.html"><tt>decltype</tt></a></li>
|
|
<li><a href="cpp-language-function.html#.E5.87.BD.E6.95.B0.E5.AE.9A.E4.B9.89">预置</a>与<a href="cpp-language-function.html#.E5.BC.83.E7.BD.AE.E5.87.BD.E6.95.B0">弃置</a>的函数</li>
|
|
<li><a href="cpp-language-final.html"><tt>final</tt></a> 与 <a href="cpp-language-override.html"><tt>override</tt></a></li>
|
|
<li><a href="cpp-language-function.html#.E5.87.BD.E6.95.B0.E5.A3.B0.E6.98.8E">尾随返回类型</a></li>
|
|
<li><a href="cpp-language-reference.html">右值引用</a></li>
|
|
<li><a href="cpp-language-move_constructor.html">移动构造函数</a>与<a href="cpp-language-move_assignment.html">移动赋值运算符</a></li>
|
|
<li><a href="cpp-language-enum.html">有作用域枚举</a></li>
|
|
<li><a href="cpp-language-constexpr.html"><tt>constexpr</tt></a> 与<a href="cpp-named_req-LiteralType.html">字面类型</a></li>
|
|
<li><a href="cpp-language-list_initialization.html">列表初始化</a></li>
|
|
<li><a href="cpp-language-initializer_list.html#.E5.A7.94.E6.89.98.E7.9A.84.E6.9E.84.E9.80.A0.E5.87.BD.E6.95.B0" class="mw-redirect">委托</a>与<a href="cpp-language-using_declaration.html">继承</a>的构造函数</li>
|
|
<li>花括号或等号<a href="cpp-language-initialization.html">初始化器</a></li>
|
|
<li><a href="cpp-language-nullptr.html"><tt>nullptr</tt></a></li>
|
|
<li><a href="cpp-language-types.html#.E6.95.B4.E6.95.B0.E7.B1.BB.E5.9E.8B"><tt>long long</tt></a></li>
|
|
<li><a href="cpp-language-types.html#.E5.AD.97.E7.AC.A6.E7.B1.BB.E5.9E.8B"><code>char16_t</code> 与 <code>char32_t</code></a></li>
|
|
<li><a href="cpp-language-type_alias.html">类型别名</a></li>
|
|
<li><a href="cpp-language-parameter_pack.html">变参数模板</a></li>
|
|
<li><a href="cpp-language-union.html">推广的(非平凡)联合体</a></li>
|
|
<li><a href="cpp-named_req-PODType.html">推广的 POD</a> (<a href="cpp-named_req-TrivialType.html">平凡类型</a>与<a href="cpp-named_req-StandardLayoutType.html">标准布局类型</a>)</li>
|
|
<li><a href="cpp-language-string_literal.html">Unicode 字符串字面量</a></li>
|
|
<li><a href="cpp-language-user_literal.html">用户定义字面量</a></li>
|
|
<li><a href="cpp-language-attributes.html">属性</a></li>
|
|
<li><a href="cpp-language-lambda.html">lambda 表达式</a></li>
|
|
<li><a href="cpp-language-noexcept_spec.html"><tt>noexcept</tt></a> 说明符与 <a href="cpp-language-noexcept.html"><tt>noexcept</tt></a> 运算符</li>
|
|
<li><a href="cpp-language-alignof.html"><tt>alignof</tt></a> 与 <a href="cpp-language-alignas.html"><tt>alignas</tt></a></li>
|
|
<li>多线程<a href="cpp-language-memory_model.html">内存模型</a></li>
|
|
<li><a href="cpp-language-storage_duration.html#.E5.AD.98.E5.82.A8.E6.9C.9F">线程局部存储</a></li>
|
|
<li><a href="cpp-memory.html#.E5.9E.83.E5.9C.BE.E6.94.B6.E9.9B.86.E5.99.A8.E6.94.AF.E6.8C.81">GC 接口</a></li>
|
|
<li><a href="cpp-language-range-for.html">范围 <code>for</code></a> (基于 Boost 库)</li>
|
|
<li><a href="cpp-language-static_assert.html"><tt>static_assert</tt></a> (基于 Boost 库)</li>
|
|
</ul>
|
|
<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=".E5.BA.93.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">库功能特性</span></h2>
|
|
<h3><span class="mw-headline" id=".E5.A4.B4.E6.96.87.E4.BB.B6">头文件</span></h3>
|
|
<ul>
|
|
<li><a href="cpp-header-typeindex.html"><tt><typeindex></tt></a></li>
|
|
<li><a href="cpp-header-type_traits.html"><tt><type_traits></tt></a></li>
|
|
<li><a href="cpp-header-chrono.html"><tt><chrono></tt></a></li>
|
|
<li><a href="cpp-header-initializer_list.html"><tt><initializer_list></tt></a></li>
|
|
<li><a href="cpp-header-tuple.html"><tt><tuple></tt></a></li>
|
|
<li><a href="cpp-header-scoped_allocator.html"><tt><scoped_allocator></tt></a></li>
|
|
<li><a href="cpp-header-cstdint.html"><tt><cstdint></tt></a></li>
|
|
<li><a href="cpp-header-cinttypes.html"><tt><cinttypes></tt></a></li>
|
|
<li><a href="cpp-header-system_error.html"><tt><system_error></tt></a></li>
|
|
<li><a href="cpp-header-cuchar.html"><tt><cuchar></tt></a></li>
|
|
<li><a href="cpp-header-array.html"><tt><array></tt></a></li>
|
|
<li><a href="cpp-header-forward_list.html"><tt><forward_list></tt></a></li>
|
|
<li><a href="cpp-header-unordered_set.html"><tt><unordered_set></tt></a></li>
|
|
<li><a href="cpp-header-unordered_map.html"><tt><unordered_map></tt></a></li>
|
|
<li><a href="cpp-header-random.html"><tt><random></tt></a></li>
|
|
<li><a href="cpp-header-ratio.html"><tt><ratio></tt></a></li>
|
|
<li><a href="cpp-header-cfenv.html"><tt><cfenv></tt></a></li>
|
|
<li><a href="cpp-header-regex.html"><tt><regex></tt></a></li>
|
|
<li><a href="cpp-header-atomic.html"><tt><atomic></tt></a></li>
|
|
<li><a href="cpp-header-thread.html"><tt><thread></tt></a></li>
|
|
<li><a href="cpp-header-mutex.html"><tt><mutex></tt></a></li>
|
|
<li><a href="cpp-header-future.html"><tt><future></tt></a></li>
|
|
<li><a href="cpp-header-condition_variable.html"><tt><condition_variable></tt></a></li>
|
|
</ul>
|
|
<h3><span class="mw-headline" id=".E5.BA.93.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7_2">库功能特性</span></h3>
|
|
<ul>
|
|
<li><a href="cpp-atomic.html">原子操作库</a></li>
|
|
<li><code>emplace()</code> 与其他遍及既存标准库所有部分的右值引用使用</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<ul>
|
|
<li><span class="t-lc"><a href="cpp-memory-unique_ptr.html">std::unique_ptr</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-iterator-move_iterator.html">std::move_iterator</a></span></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li><span class="t-lc"><a href="cpp-utility-initializer_list.html">std::initializer_list</a></span></li>
|
|
<li>有状态及<a href="cpp-memory-scoped_allocator_adaptor.html">有作用域</a>分配器</li>
|
|
<li><span class="t-lc"><a href="cpp-container-forward_list.html">std::forward_list</a></span></li>
|
|
<li><a href="cpp-chrono.html">chrono 库</a></li>
|
|
<li><a href="cpp-numeric-ratio.html">ratio 库</a></li>
|
|
<li>新算法</li>
|
|
<li><a href="cpp-locale.html#.E7.8B.AC.E7.AB.8B.E4.BA.8E.E6.9C.AC.E5.9C.B0.E7.8E.AF.E5.A2.83.E7.9A.84_Unicode_.E8.BD.AC.E6.8D.A2.E5.B9.B3.E5.8F.B0">Unicode 转换平台</a></li>
|
|
<li><a href="cpp-thread.html">thread library</a></li>
|
|
<li><span class="t-lc"><a href="cpp-utility-functional-function.html">std::function</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-error-exception_ptr.html">std::exception_ptr</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-error-error_code.html">std::error_code</a></span> 与 <span class="t-lc"><a href="cpp-error-error_condition.html">std::error_condition</a></span></li>
|
|
<li>迭代器改进:</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<ul>
|
|
<li><span class="t-lc"><a href="cpp-iterator-begin.html">std::begin</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-iterator-end.html">std::end</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-iterator-next.html">std::next</a></span></li>
|
|
<li><span class="t-lc"><a href="cpp-iterator-prev.html">std::prev</a></span></li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li><a href="cpp-string-multibyte.html">Unicode 转换函数</a></li>
|
|
</ul>
|
|
<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=".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++11 中修正的缺陷报告(核心 741 个,库 868 个)</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/issue4">CWG#4</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue5">CWG#5</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue8">CWG#8</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue9">CWG#9</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue10">CWG#10</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue11">CWG#11</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue16">CWG#16</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue28">CWG#28</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue29">CWG#29</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue39">CWG#39</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue44">CWG#44</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue45">CWG#45</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue54">CWG#54</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue58">CWG#58</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue60">CWG#60</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue62">CWG#62</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue63">CWG#63</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue70">CWG#70</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue77">CWG#77</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue78">CWG#78</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue86">CWG#86</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue87">CWG#87</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue96">CWG#96</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue106">CWG#106</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue112">CWG#112</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue113">CWG#113</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue115">CWG#115</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue118">CWG#118</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue119">CWG#119</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue122">CWG#122</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue124">CWG#124</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue125">CWG#125</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue136">CWG#136</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue139">CWG#139</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue140">CWG#140</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue141">CWG#141</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue143">CWG#143</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue158">CWG#158</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue160">CWG#160</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue162">CWG#162</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue172">CWG#172</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue175">CWG#175</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue177">CWG#177</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue180">CWG#180</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue184">CWG#184</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue195">CWG#195</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue197">CWG#197</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue198">CWG#198</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue199">CWG#199</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue201">CWG#201</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue204">CWG#204</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue207">CWG#207</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue208">CWG#208</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue214">CWG#214</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue215">CWG#215</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue216">CWG#216</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue218">CWG#218</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue220">CWG#220</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue221">CWG#221</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue222">CWG#222</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue224">CWG#224</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue226">CWG#226</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue228">CWG#228</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue237">CWG#237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue239">CWG#239</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue244">CWG#244</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue245">CWG#245</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue246">CWG#246</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue248">CWG#248</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue252">CWG#252</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue254">CWG#254</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue256">CWG#256</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue257">CWG#257</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue258">CWG#258</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue259">CWG#259</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue261">CWG#261</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue262">CWG#262</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue263">CWG#263</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue270">CWG#270</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue272">CWG#272</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue273">CWG#273</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue274">CWG#274</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue275">CWG#275</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue276">CWG#276</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue277">CWG#277</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue280">CWG#280</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue281">CWG#281</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue283">CWG#283</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue284">CWG#284</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue286">CWG#286</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue288">CWG#288</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue289">CWG#289</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue291">CWG#291</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue295">CWG#295</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue296">CWG#296</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue298">CWG#298</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue299">CWG#299</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue300">CWG#300</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue301">CWG#301</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue302">CWG#302</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue305">CWG#305</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue306">CWG#306</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue309">CWG#309</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue317">CWG#317</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue318">CWG#318</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue319">CWG#319</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue320">CWG#320</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue322">CWG#322</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue323">CWG#323</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue324">CWG#324</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue326">CWG#326</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue327">CWG#327</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue328">CWG#328</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue329">CWG#329</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue331">CWG#331</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue335">CWG#335</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue336">CWG#336</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue337">CWG#337</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue339">CWG#339</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue341">CWG#341</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue345">CWG#345</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue348">CWG#348</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue349">CWG#349</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue351">CWG#351</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue352">CWG#352</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue353">CWG#353</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue354">CWG#354</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue355">CWG#355</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue357">CWG#357</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue362">CWG#362</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue364">CWG#364</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue366">CWG#366</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue367">CWG#367</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue368">CWG#368</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue370">CWG#370</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue372">CWG#372</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue373">CWG#373</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue374">CWG#374</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue377">CWG#377</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue378">CWG#378</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue379">CWG#379</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue381">CWG#381</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue382">CWG#382</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue383">CWG#383</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue385">CWG#385</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue387">CWG#387</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue389">CWG#389</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue390">CWG#390</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue391">CWG#391</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue392">CWG#392</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue394">CWG#394</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue396">CWG#396</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue397">CWG#397</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue398">CWG#398</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue400">CWG#400</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue401">CWG#401</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue403">CWG#403</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue404">CWG#404</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue406">CWG#406</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue407">CWG#407</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue408">CWG#408</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue409">CWG#409</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue410">CWG#410</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue413">CWG#413</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue414">CWG#414</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue415">CWG#415</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue416">CWG#416</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue417">CWG#417</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue420">CWG#420</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue421">CWG#421</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue424">CWG#424</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue425">CWG#425</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue427">CWG#427</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue428">CWG#428</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue429">CWG#429</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue430">CWG#430</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue431">CWG#431</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue432">CWG#432</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue433">CWG#433</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue436">CWG#436</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue437">CWG#437</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue438">CWG#438</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue439">CWG#439</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue441">CWG#441</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue442">CWG#442</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue443">CWG#443</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue446">CWG#446</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue447">CWG#447</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue448">CWG#448</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue450">CWG#450</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue451">CWG#451</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue452">CWG#452</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue454">CWG#454</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue457">CWG#457</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue458">CWG#458</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue460">CWG#460</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue463">CWG#463</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue464">CWG#464</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue466">CWG#466</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue468">CWG#468</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue470">CWG#470</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue474">CWG#474</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue475">CWG#475</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue477">CWG#477</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue479">CWG#479</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue480">CWG#480</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue481">CWG#481</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue484">CWG#484</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue485">CWG#485</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue486">CWG#486</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue488">CWG#488</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue490">CWG#490</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue491">CWG#491</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue492">CWG#492</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue493">CWG#493</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue494">CWG#494</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue495">CWG#495</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue497">CWG#497</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue499">CWG#499</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue500">CWG#500</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue502">CWG#502</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue505">CWG#505</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue506">CWG#506</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue508">CWG#508</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue509">CWG#509</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue510">CWG#510</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue513">CWG#513</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue514">CWG#514</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue515">CWG#515</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue516">CWG#516</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue517">CWG#517</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue518">CWG#518</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue519">CWG#519</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue520">CWG#520</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue521">CWG#521</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue522">CWG#522</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue524">CWG#524</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue525">CWG#525</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue526">CWG#526</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue527">CWG#527</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue530">CWG#530</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue531">CWG#531</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue532">CWG#532</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue534">CWG#534</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue537">CWG#537</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue538">CWG#538</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue540">CWG#540</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue541">CWG#541</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue542">CWG#542</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue543">CWG#543</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue546">CWG#546</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue547">CWG#547</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue551">CWG#551</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue556">CWG#556</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue557">CWG#557</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue558">CWG#558</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue559">CWG#559</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue561">CWG#561</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue564">CWG#564</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue568">CWG#568</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue569">CWG#569</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue570">CWG#570</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue571">CWG#571</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue572">CWG#572</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue573">CWG#573</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue575">CWG#575</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue576">CWG#576</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue580">CWG#580</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue582">CWG#582</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue587">CWG#587</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue588">CWG#588</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue589">CWG#589</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue590">CWG#590</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue592">CWG#592</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue594">CWG#594</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue598">CWG#598</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue599">CWG#599</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue601">CWG#601</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue602">CWG#602</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue603">CWG#603</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue604">CWG#604</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue605">CWG#605</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue606">CWG#606</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue608">CWG#608</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue611">CWG#611</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue612">CWG#612</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue613">CWG#613</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue614">CWG#614</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue615">CWG#615</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue618">CWG#618</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue619">CWG#619</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue620">CWG#620</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue621">CWG#621</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue624">CWG#624</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue625">CWG#625</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue626">CWG#626</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue628">CWG#628</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue629">CWG#629</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue630">CWG#630</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue632">CWG#632</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue633">CWG#633</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue634">CWG#634</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue637">CWG#637</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue638">CWG#638</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue639">CWG#639</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue641">CWG#641</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue642">CWG#642</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue644">CWG#644</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue645">CWG#645</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue647">CWG#647</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue648">CWG#648</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue649">CWG#649</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue650">CWG#650</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue651">CWG#651</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue652">CWG#652</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue653">CWG#653</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue654">CWG#654</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue655">CWG#655</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue656">CWG#656</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue657">CWG#657</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue658">CWG#658</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue659">CWG#659</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue660">CWG#660</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue661">CWG#661</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue663">CWG#663</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue664">CWG#664</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue665">CWG#665</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue666">CWG#666</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue667">CWG#667</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue668">CWG#668</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue671">CWG#671</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue672">CWG#672</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue674">CWG#674</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue676">CWG#676</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue677">CWG#677</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue678">CWG#678</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue679">CWG#679</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue680">CWG#680</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue681">CWG#681</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue683">CWG#683</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue684">CWG#684</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue685">CWG#685</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue686">CWG#686</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue688">CWG#688</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue690">CWG#690</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue691">CWG#691</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue692">CWG#692</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue693">CWG#693</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue694">CWG#694</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue695">CWG#695</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue696">CWG#696</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue699">CWG#699</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue700">CWG#700</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue701">CWG#701</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue702">CWG#702</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue703">CWG#703</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue704">CWG#704</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue705">CWG#705</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue707">CWG#707</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue709">CWG#709</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue710">CWG#710</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue711">CWG#711</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue713">CWG#713</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue714">CWG#714</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue715">CWG#715</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue716">CWG#716</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue717">CWG#717</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue719">CWG#719</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue720">CWG#720</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue721">CWG#721</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue722">CWG#722</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue726">CWG#726</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue730">CWG#730</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue731">CWG#731</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue732">CWG#732</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue734">CWG#734</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue735">CWG#735</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue737">CWG#737</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue738">CWG#738</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue740">CWG#740</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue741">CWG#741</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue743">CWG#743</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue744">CWG#744</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue746">CWG#746</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue749">CWG#749</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue750">CWG#750</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue751">CWG#751</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue752">CWG#752</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue753">CWG#753</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue754">CWG#754</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue756">CWG#756</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue757">CWG#757</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue758">CWG#758</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue759">CWG#759</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue760">CWG#760</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue761">CWG#761</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue762">CWG#762</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue763">CWG#763</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue764">CWG#764</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue765">CWG#765</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue766">CWG#766</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue767">CWG#767</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue768">CWG#768</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue769">CWG#769</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue770">CWG#770</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue771">CWG#771</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue772">CWG#772</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue773">CWG#773</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue774">CWG#774</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue775">CWG#775</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue776">CWG#776</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue777">CWG#777</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue778">CWG#778</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue779">CWG#779</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue782">CWG#782</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue784">CWG#784</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue785">CWG#785</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue786">CWG#786</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue787">CWG#787</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue788">CWG#788</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue789">CWG#789</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue790">CWG#790</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue792">CWG#792</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue793">CWG#793</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue796">CWG#796</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue797">CWG#797</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue798">CWG#798</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue799">CWG#799</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue801">CWG#801</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue803">CWG#803</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue804">CWG#804</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue805">CWG#805</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue806">CWG#806</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue808">CWG#808</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue809">CWG#809</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue810">CWG#810</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue811">CWG#811</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue812">CWG#812</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue814">CWG#814</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue815">CWG#815</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue816">CWG#816</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue817">CWG#817</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue818">CWG#818</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue820">CWG#820</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue823">CWG#823</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue828">CWG#828</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue830">CWG#830</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue831">CWG#831</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue832">CWG#832</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue833">CWG#833</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue834">CWG#834</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue835">CWG#835</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue837">CWG#837</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue838">CWG#838</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue840">CWG#840</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue842">CWG#842</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue845">CWG#845</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue846">CWG#846</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue847">CWG#847</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue850">CWG#850</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue853">CWG#853</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue854">CWG#854</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue855">CWG#855</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue858">CWG#858</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue860">CWG#860</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue861">CWG#861</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue862">CWG#862</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue863">CWG#863</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue864">CWG#864</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue865">CWG#865</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue869">CWG#869</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue872">CWG#872</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue873">CWG#873</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue874">CWG#874</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue876">CWG#876</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue877">CWG#877</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue879">CWG#879</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue880">CWG#880</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue882">CWG#882</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue883">CWG#883</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue884">CWG#884</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue886">CWG#886</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue887">CWG#887</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue888">CWG#888</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue891">CWG#891</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue892">CWG#892</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue896">CWG#896</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue898">CWG#898</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue899">CWG#899</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue904">CWG#904</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue905">CWG#905</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue906">CWG#906</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue908">CWG#908</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue910">CWG#910</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue913">CWG#913</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue915">CWG#915</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue919">CWG#919</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue920">CWG#920</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue921">CWG#921</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue922">CWG#922</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue923">CWG#923</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue924">CWG#924</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue926">CWG#926</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue927">CWG#927</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue928">CWG#928</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue929">CWG#929</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue930">CWG#930</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue931">CWG#931</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue932">CWG#932</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue933">CWG#933</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue934">CWG#934</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue935">CWG#935</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue936">CWG#936</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue938">CWG#938</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue939">CWG#939</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue940">CWG#940</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue941">CWG#941</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue942">CWG#942</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue945">CWG#945</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue946">CWG#946</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue948">CWG#948</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue950">CWG#950</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue951">CWG#951</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue953">CWG#953</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue955">CWG#955</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue956">CWG#956</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue957">CWG#957</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue959">CWG#959</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue960">CWG#960</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue961">CWG#961</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue962">CWG#962</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue963">CWG#963</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue964">CWG#964</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue965">CWG#965</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue966">CWG#966</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue968">CWG#968</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue969">CWG#969</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue970">CWG#970</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue971">CWG#971</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue972">CWG#972</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue973">CWG#973</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue976">CWG#976</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue978">CWG#978</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue979">CWG#979</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue980">CWG#980</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue981">CWG#981</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue983">CWG#983</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue984">CWG#984</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue985">CWG#985</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue986">CWG#986</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue988">CWG#988</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue989">CWG#989</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue990">CWG#990</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue991">CWG#991</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue993">CWG#993</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue994">CWG#994</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue995">CWG#995</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue996">CWG#996</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue997">CWG#997</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue999">CWG#999</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1000">CWG#1000</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1004">CWG#1004</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1006">CWG#1006</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1009">CWG#1009</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1010">CWG#1010</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1011">CWG#1011</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1012">CWG#1012</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1015">CWG#1015</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1016">CWG#1016</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1017">CWG#1017</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1018">CWG#1018</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1020">CWG#1020</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1022">CWG#1022</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1025">CWG#1025</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1029">CWG#1029</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1030">CWG#1030</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1031">CWG#1031</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1032">CWG#1032</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1033">CWG#1033</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1034">CWG#1034</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1035">CWG#1035</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1036">CWG#1036</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1037">CWG#1037</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1042">CWG#1042</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1043">CWG#1043</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1044">CWG#1044</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1047">CWG#1047</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1051">CWG#1051</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1054">CWG#1054</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1055">CWG#1055</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1056">CWG#1056</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1057">CWG#1057</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1060">CWG#1060</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1061">CWG#1061</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1062">CWG#1062</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1063">CWG#1063</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1064">CWG#1064</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1065">CWG#1065</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1066">CWG#1066</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1068">CWG#1068</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1069">CWG#1069</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1070">CWG#1070</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1071">CWG#1071</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1072">CWG#1072</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1073">CWG#1073</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1074">CWG#1074</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1075">CWG#1075</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1079">CWG#1079</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1080">CWG#1080</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1081">CWG#1081</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1082">CWG#1082</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1083">CWG#1083</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1086">CWG#1086</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1087">CWG#1087</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1088">CWG#1088</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1090">CWG#1090</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1091">CWG#1091</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1094">CWG#1094</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1095">CWG#1095</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1096">CWG#1096</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1098">CWG#1098</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1099">CWG#1099</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1100">CWG#1100</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1101">CWG#1101</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1102">CWG#1102</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1103">CWG#1103</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1104">CWG#1104</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1105">CWG#1105</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1106">CWG#1106</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1107">CWG#1107</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1109">CWG#1109</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1111">CWG#1111</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1112">CWG#1112</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1113">CWG#1113</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1114">CWG#1114</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1115">CWG#1115</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1117">CWG#1117</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1119">CWG#1119</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1120">CWG#1120</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1121">CWG#1121</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1122">CWG#1122</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1123">CWG#1123</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1125">CWG#1125</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1126">CWG#1126</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1127">CWG#1127</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1128">CWG#1128</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1129">CWG#1129</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1130">CWG#1130</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1131">CWG#1131</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1133">CWG#1133</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1134">CWG#1134</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1135">CWG#1135</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1136">CWG#1136</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1137">CWG#1137</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1138">CWG#1138</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1139">CWG#1139</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1140">CWG#1140</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1142">CWG#1142</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1144">CWG#1144</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1145">CWG#1145</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1146">CWG#1146</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1147">CWG#1147</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1148">CWG#1148</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1149">CWG#1149</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1151">CWG#1151</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1152">CWG#1152</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1153">CWG#1153</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1154">CWG#1154</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1155">CWG#1155</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1156">CWG#1156</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1158">CWG#1158</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1159">CWG#1159</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1160">CWG#1160</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1161">CWG#1161</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1164">CWG#1164</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1165">CWG#1165</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1166">CWG#1166</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1167">CWG#1167</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1168">CWG#1168</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1169">CWG#1169</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1170">CWG#1170</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1171">CWG#1171</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1173">CWG#1173</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1174">CWG#1174</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1175">CWG#1175</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1176">CWG#1176</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1177">CWG#1177</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1178">CWG#1178</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1180">CWG#1180</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1181">CWG#1181</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1182">CWG#1182</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1183">CWG#1183</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1184">CWG#1184</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1185">CWG#1185</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1186">CWG#1186</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1187">CWG#1187</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1188">CWG#1188</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1189">CWG#1189</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1190">CWG#1190</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1191">CWG#1191</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1192">CWG#1192</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1193">CWG#1193</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1194">CWG#1194</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1195">CWG#1195</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1196">CWG#1196</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1197">CWG#1197</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1198">CWG#1198</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1199">CWG#1199</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1201">CWG#1201</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1202">CWG#1202</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1204">CWG#1204</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1206">CWG#1206</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1207">CWG#1207</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1208">CWG#1208</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1210">CWG#1210</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1212">CWG#1212</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1214">CWG#1214</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1215">CWG#1215</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1216">CWG#1216</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1218">CWG#1218</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1219">CWG#1219</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1220">CWG#1220</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1224">CWG#1224</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1225">CWG#1225</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1229">CWG#1229</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1231">CWG#1231</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1232">CWG#1232</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1233">CWG#1233</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1234">CWG#1234</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1235">CWG#1235</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1236">CWG#1236</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1237">CWG#1237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1238">CWG#1238</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1239">CWG#1239</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1240">CWG#1240</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1241">CWG#1241</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1242">CWG#1242</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1243">CWG#1243</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1244">CWG#1244</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1245">CWG#1245</a></li>
|
|
<li><a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1246">CWG#1246</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="http://wg21.link/lwg23">LWG#23</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg44">LWG#44</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg49">LWG#49</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg76">LWG#76</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg91">LWG#91</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg92">LWG#92</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg98">LWG#98</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg103">LWG#103</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg109">LWG#109</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg117">LWG#117</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg118">LWG#118</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg120">LWG#120</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg123">LWG#123</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg130">LWG#130</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg136">LWG#136</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg149">LWG#149</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg153">LWG#153</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg165">LWG#165</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg167">LWG#167</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg171">LWG#171</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg179">LWG#179</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg180">LWG#180</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg182">LWG#182</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg183">LWG#183</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg184">LWG#184</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg185">LWG#185</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg186">LWG#186</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg187">LWG#187</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg198">LWG#198</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg200">LWG#200</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg201">LWG#201</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg202">LWG#202</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg206">LWG#206</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg214">LWG#214</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg221">LWG#221</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg225">LWG#225</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg226">LWG#226</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg228">LWG#228</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg229">LWG#229</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg230">LWG#230</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg231">LWG#231</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg232">LWG#232</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg233">LWG#233</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg234">LWG#234</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg235">LWG#235</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg237">LWG#237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg238">LWG#238</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg239">LWG#239</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg240">LWG#240</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg241">LWG#241</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg242">LWG#242</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg243">LWG#243</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg247">LWG#247</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg248">LWG#248</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg250">LWG#250</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg251">LWG#251</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg252">LWG#252</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg253">LWG#253</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg254">LWG#254</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg256">LWG#256</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg258">LWG#258</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg259">LWG#259</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg260">LWG#260</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg261">LWG#261</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg262">LWG#262</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg263">LWG#263</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg264">LWG#264</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg265">LWG#265</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg266">LWG#266</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg268">LWG#268</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg270">LWG#270</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg271">LWG#271</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg272">LWG#272</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg273">LWG#273</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg274">LWG#274</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg275">LWG#275</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg276">LWG#276</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg278">LWG#278</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg280">LWG#280</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg281">LWG#281</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg282">LWG#282</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg283">LWG#283</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg284">LWG#284</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg285">LWG#285</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg286">LWG#286</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg288">LWG#288</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg291">LWG#291</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg292">LWG#292</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg294">LWG#294</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg295">LWG#295</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg296">LWG#296</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg297">LWG#297</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg298">LWG#298</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg300">LWG#300</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg301">LWG#301</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg303">LWG#303</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg305">LWG#305</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg306">LWG#306</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg307">LWG#307</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg308">LWG#308</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg310">LWG#310</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg311">LWG#311</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg312">LWG#312</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg315">LWG#315</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg316">LWG#316</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg317">LWG#317</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg318">LWG#318</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg319">LWG#319</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg320">LWG#320</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg321">LWG#321</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg322">LWG#322</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg324">LWG#324</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg325">LWG#325</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg327">LWG#327</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg328">LWG#328</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg329">LWG#329</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg331">LWG#331</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg333">LWG#333</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg334">LWG#334</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg335">LWG#335</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg336">LWG#336</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg337">LWG#337</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg338">LWG#338</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg339">LWG#339</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg340">LWG#340</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg341">LWG#341</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg343">LWG#343</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg345">LWG#345</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg346">LWG#346</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg347">LWG#347</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg349">LWG#349</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg352">LWG#352</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg353">LWG#353</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg354">LWG#354</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg355">LWG#355</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg358">LWG#358</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg359">LWG#359</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg360">LWG#360</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg362">LWG#362</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg363">LWG#363</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg364">LWG#364</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg365">LWG#365</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg369">LWG#369</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg370">LWG#370</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg371">LWG#371</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg373">LWG#373</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg375">LWG#375</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg376">LWG#376</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg379">LWG#379</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg380">LWG#380</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg381">LWG#381</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg383">LWG#383</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg384">LWG#384</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg386">LWG#386</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg387">LWG#387</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg389">LWG#389</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg391">LWG#391</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg395">LWG#395</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg396">LWG#396</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg400">LWG#400</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg401">LWG#401</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg402">LWG#402</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg403">LWG#403</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg404">LWG#404</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg405">LWG#405</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg406">LWG#406</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg407">LWG#407</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg409">LWG#409</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg410">LWG#410</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg411">LWG#411</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg412">LWG#412</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg413">LWG#413</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg414">LWG#414</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg415">LWG#415</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg416">LWG#416</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg419">LWG#419</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg420">LWG#420</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg422">LWG#422</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg425">LWG#425</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg426">LWG#426</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg427">LWG#427</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg428">LWG#428</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg430">LWG#430</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg431">LWG#431</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg432">LWG#432</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg434">LWG#434</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg435">LWG#435</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg436">LWG#436</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg438">LWG#438</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg441">LWG#441</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg442">LWG#442</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg443">LWG#443</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg444">LWG#444</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg445">LWG#445</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg448">LWG#448</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg449">LWG#449</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg453">LWG#453</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg455">LWG#455</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg456">LWG#456</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg457">LWG#457</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg460">LWG#460</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg461">LWG#461</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg464">LWG#464</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg465">LWG#465</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg467">LWG#467</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg468">LWG#468</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg469">LWG#469</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg471">LWG#471</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg473">LWG#473</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg474">LWG#474</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg475">LWG#475</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg478">LWG#478</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg482">LWG#482</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg485">LWG#485</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg488">LWG#488</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg495">LWG#495</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg496">LWG#496</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg497">LWG#497</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg498">LWG#498</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg505">LWG#505</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg507">LWG#507</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg508">LWG#508</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg518">LWG#518</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg519">LWG#519</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg520">LWG#520</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg521">LWG#521</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg522">LWG#522</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg524">LWG#524</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg525">LWG#525</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg527">LWG#527</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg530">LWG#530</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg531">LWG#531</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg533">LWG#533</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg534">LWG#534</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg535">LWG#535</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg537">LWG#537</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg538">LWG#538</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg539">LWG#539</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg540">LWG#540</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg541">LWG#541</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg542">LWG#542</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg543">LWG#543</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg545">LWG#545</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg550">LWG#550</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg551">LWG#551</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg552">LWG#552</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg556">LWG#556</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg559">LWG#559</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg561">LWG#561</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg562">LWG#562</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg563">LWG#563</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg564">LWG#564</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg565">LWG#565</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg566">LWG#566</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg567">LWG#567</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg574">LWG#574</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg575">LWG#575</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg576">LWG#576</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg577">LWG#577</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg578">LWG#578</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg581">LWG#581</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg586">LWG#586</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg589">LWG#589</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg593">LWG#593</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg594">LWG#594</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg595">LWG#595</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg596">LWG#596</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg607">LWG#607</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg608">LWG#608</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg609">LWG#609</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg610">LWG#610</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg611">LWG#611</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg612">LWG#612</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg613">LWG#613</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg616">LWG#616</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg618">LWG#618</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg619">LWG#619</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg620">LWG#620</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg621">LWG#621</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg622">LWG#622</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg623">LWG#623</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg624">LWG#624</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg625">LWG#625</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg628">LWG#628</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg629">LWG#629</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg630">LWG#630</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg634">LWG#634</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg635">LWG#635</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg638">LWG#638</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg640">LWG#640</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg643">LWG#643</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg646">LWG#646</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg650">LWG#650</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg651">LWG#651</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg652">LWG#652</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg654">LWG#654</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg655">LWG#655</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg658">LWG#658</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg659">LWG#659</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg660">LWG#660</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg661">LWG#661</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg664">LWG#664</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg665">LWG#665</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg666">LWG#666</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg671">LWG#671</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg672">LWG#672</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg673">LWG#673</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg674">LWG#674</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg675">LWG#675</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg676">LWG#676</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg677">LWG#677</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg678">LWG#678</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg679">LWG#679</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg680">LWG#680</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg681">LWG#681</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg682">LWG#682</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg685">LWG#685</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg687">LWG#687</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg688">LWG#688</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg689">LWG#689</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg691">LWG#691</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg692">LWG#692</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg693">LWG#693</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg694">LWG#694</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg695">LWG#695</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg696">LWG#696</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg697">LWG#697</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg698">LWG#698</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg699">LWG#699</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg700">LWG#700</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg703">LWG#703</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg704">LWG#704</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg705">LWG#705</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg706">LWG#706</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg709">LWG#709</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg710">LWG#710</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg711">LWG#711</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg712">LWG#712</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg713">LWG#713</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg714">LWG#714</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg715">LWG#715</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg716">LWG#716</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg719">LWG#719</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg720">LWG#720</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg722">LWG#722</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg723">LWG#723</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg724">LWG#724</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg727">LWG#727</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg728">LWG#728</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg732">LWG#732</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg734">LWG#734</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg740">LWG#740</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg742">LWG#742</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg743">LWG#743</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg744">LWG#744</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg746">LWG#746</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg749">LWG#749</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg752">LWG#752</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg753">LWG#753</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg755">LWG#755</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg756">LWG#756</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg758">LWG#758</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg759">LWG#759</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg761">LWG#761</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg762">LWG#762</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg765">LWG#765</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg766">LWG#766</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg767">LWG#767</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg768">LWG#768</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg769">LWG#769</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg770">LWG#770</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg771">LWG#771</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg772">LWG#772</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg774">LWG#774</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg775">LWG#775</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg776">LWG#776</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg777">LWG#777</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg778">LWG#778</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg779">LWG#779</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg780">LWG#780</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg781">LWG#781</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg782">LWG#782</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg783">LWG#783</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg786">LWG#786</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg787">LWG#787</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg788">LWG#788</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg789">LWG#789</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg792">LWG#792</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg793">LWG#793</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg794">LWG#794</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg798">LWG#798</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg800">LWG#800</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg801">LWG#801</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg803">LWG#803</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg804">LWG#804</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg805">LWG#805</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg806">LWG#806</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg807">LWG#807</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg808">LWG#808</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg809">LWG#809</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg810">LWG#810</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg811">LWG#811</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg813">LWG#813</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg814">LWG#814</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg815">LWG#815</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg816">LWG#816</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg817">LWG#817</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg818">LWG#818</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg819">LWG#819</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg820">LWG#820</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg821">LWG#821</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg823">LWG#823</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg824">LWG#824</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg825">LWG#825</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg827">LWG#827</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg828">LWG#828</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg829">LWG#829</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg834">LWG#834</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg835">LWG#835</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg836">LWG#836</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg838">LWG#838</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg842">LWG#842</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg843">LWG#843</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg844">LWG#844</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg845">LWG#845</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg846">LWG#846</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg847">LWG#847</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg848">LWG#848</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg850">LWG#850</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg852">LWG#852</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg853">LWG#853</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg854">LWG#854</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg856">LWG#856</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg857">LWG#857</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg858">LWG#858</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg859">LWG#859</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg860">LWG#860</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg861">LWG#861</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg865">LWG#865</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg866">LWG#866</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg868">LWG#868</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg869">LWG#869</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg870">LWG#870</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg871">LWG#871</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg872">LWG#872</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg874">LWG#874</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg875">LWG#875</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg876">LWG#876</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg878">LWG#878</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg880">LWG#880</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg881">LWG#881</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg882">LWG#882</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg883">LWG#883</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg884">LWG#884</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg885">LWG#885</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg886">LWG#886</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg888">LWG#888</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg889">LWG#889</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg890">LWG#890</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg891">LWG#891</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg893">LWG#893</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg894">LWG#894</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg896">LWG#896</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg897">LWG#897</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg898">LWG#898</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg899">LWG#899</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg900">LWG#900</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg904">LWG#904</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg907">LWG#907</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg908">LWG#908</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg909">LWG#909</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg911">LWG#911</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg920">LWG#920</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg921">LWG#921</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg922">LWG#922</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg923">LWG#923</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg924">LWG#924</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg925">LWG#925</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg929">LWG#929</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg931">LWG#931</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg932">LWG#932</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg934">LWG#934</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg938">LWG#938</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg939">LWG#939</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg940">LWG#940</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg943">LWG#943</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg944">LWG#944</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg947">LWG#947</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg948">LWG#948</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg949">LWG#949</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg950">LWG#950</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg951">LWG#951</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg953">LWG#953</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg954">LWG#954</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg956">LWG#956</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg957">LWG#957</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg958">LWG#958</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg960">LWG#960</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg962">LWG#962</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg963">LWG#963</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg964">LWG#964</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg965">LWG#965</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg966">LWG#966</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg967">LWG#967</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg968">LWG#968</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg970">LWG#970</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg974">LWG#974</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg975">LWG#975</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg976">LWG#976</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg978">LWG#978</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg981">LWG#981</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg982">LWG#982</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg983">LWG#983</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg984">LWG#984</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg985">LWG#985</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg986">LWG#986</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg987">LWG#987</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg990">LWG#990</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg991">LWG#991</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg993">LWG#993</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg994">LWG#994</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg997">LWG#997</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg998">LWG#998</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg999">LWG#999</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1004">LWG#1004</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1006">LWG#1006</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1011">LWG#1011</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1012">LWG#1012</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1014">LWG#1014</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1019">LWG#1019</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1021">LWG#1021</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1030">LWG#1030</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1033">LWG#1033</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1034">LWG#1034</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1037">LWG#1037</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1038">LWG#1038</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1039">LWG#1039</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1040">LWG#1040</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1043">LWG#1043</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1044">LWG#1044</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1045">LWG#1045</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1046">LWG#1046</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1047">LWG#1047</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1048">LWG#1048</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1049">LWG#1049</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1050">LWG#1050</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1054">LWG#1054</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1055">LWG#1055</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1065">LWG#1065</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1066">LWG#1066</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1070">LWG#1070</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1071">LWG#1071</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1073">LWG#1073</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1075">LWG#1075</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1079">LWG#1079</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1088">LWG#1088</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1089">LWG#1089</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1090">LWG#1090</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1093">LWG#1093</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1094">LWG#1094</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1095">LWG#1095</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1097">LWG#1097</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1098">LWG#1098</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1100">LWG#1100</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1103">LWG#1103</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1104">LWG#1104</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1106">LWG#1106</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1108">LWG#1108</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1110">LWG#1110</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1113">LWG#1113</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1114">LWG#1114</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1116">LWG#1116</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1117">LWG#1117</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1118">LWG#1118</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1122">LWG#1122</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1123">LWG#1123</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1126">LWG#1126</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1129">LWG#1129</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1130">LWG#1130</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1131">LWG#1131</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1133">LWG#1133</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1134">LWG#1134</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1135">LWG#1135</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1136">LWG#1136</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1137">LWG#1137</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1138">LWG#1138</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1143">LWG#1143</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1144">LWG#1144</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1145">LWG#1145</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1146">LWG#1146</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1147">LWG#1147</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1151">LWG#1151</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1152">LWG#1152</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1157">LWG#1157</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1158">LWG#1158</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1159">LWG#1159</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1160">LWG#1160</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1161">LWG#1161</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1162">LWG#1162</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1163">LWG#1163</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1165">LWG#1165</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1166">LWG#1166</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1170">LWG#1170</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1171">LWG#1171</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1172">LWG#1172</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1174">LWG#1174</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1177">LWG#1177</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1178">LWG#1178</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1180">LWG#1180</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1181">LWG#1181</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1182">LWG#1182</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1183">LWG#1183</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1185">LWG#1185</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1187">LWG#1187</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1189">LWG#1189</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1191">LWG#1191</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1192">LWG#1192</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1193">LWG#1193</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1194">LWG#1194</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1195">LWG#1195</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1196">LWG#1196</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1197">LWG#1197</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1198">LWG#1198</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1199">LWG#1199</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1204">LWG#1204</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1205">LWG#1205</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1206">LWG#1206</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1207">LWG#1207</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1208">LWG#1208</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1209">LWG#1209</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1210">LWG#1210</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1211">LWG#1211</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1212">LWG#1212</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1215">LWG#1215</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1216">LWG#1216</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1218">LWG#1218</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1220">LWG#1220</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1221">LWG#1221</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1222">LWG#1222</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1225">LWG#1225</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1226">LWG#1226</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1227">LWG#1227</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1229">LWG#1229</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1231">LWG#1231</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1234">LWG#1234</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1237">LWG#1237</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1240">LWG#1240</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1241">LWG#1241</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1244">LWG#1244</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1245">LWG#1245</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1247">LWG#1247</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1248">LWG#1248</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1249">LWG#1249</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1250">LWG#1250</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1252">LWG#1252</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1253">LWG#1253</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1254">LWG#1254</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1255">LWG#1255</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1256">LWG#1256</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1257">LWG#1257</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1258">LWG#1258</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1260">LWG#1260</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1261">LWG#1261</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1262">LWG#1262</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1264">LWG#1264</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1266">LWG#1266</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1267">LWG#1267</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1268">LWG#1268</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1269">LWG#1269</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1270">LWG#1270</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1271">LWG#1271</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1272">LWG#1272</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1273">LWG#1273</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1274">LWG#1274</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1275">LWG#1275</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1276">LWG#1276</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1277">LWG#1277</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1278">LWG#1278</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1279">LWG#1279</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1280">LWG#1280</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1281">LWG#1281</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1283">LWG#1283</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1284">LWG#1284</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1285">LWG#1285</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1286">LWG#1286</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1287">LWG#1287</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1288">LWG#1288</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1290">LWG#1290</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1291">LWG#1291</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1292">LWG#1292</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1293">LWG#1293</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1294">LWG#1294</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1295">LWG#1295</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1297">LWG#1297</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1298">LWG#1298</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1299">LWG#1299</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1300">LWG#1300</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1303">LWG#1303</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1304">LWG#1304</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1305">LWG#1305</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1306">LWG#1306</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1307">LWG#1307</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1309">LWG#1309</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1310">LWG#1310</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1311">LWG#1311</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1312">LWG#1312</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1316">LWG#1316</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1319">LWG#1319</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1321">LWG#1321</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1322">LWG#1322</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1323">LWG#1323</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1324">LWG#1324</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1325">LWG#1325</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1326">LWG#1326</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1327">LWG#1327</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1328">LWG#1328</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1329">LWG#1329</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1332">LWG#1332</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1333">LWG#1333</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1334">LWG#1334</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1335">LWG#1335</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1337">LWG#1337</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1338">LWG#1338</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1339">LWG#1339</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1340">LWG#1340</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1344">LWG#1344</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1345">LWG#1345</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1346">LWG#1346</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1347">LWG#1347</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1349">LWG#1349</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1353">LWG#1353</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1354">LWG#1354</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1355">LWG#1355</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1356">LWG#1356</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1357">LWG#1357</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1360">LWG#1360</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1362">LWG#1362</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1363">LWG#1363</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1364">LWG#1364</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1365">LWG#1365</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1366">LWG#1366</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1367">LWG#1367</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1368">LWG#1368</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1370">LWG#1370</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1372">LWG#1372</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1377">LWG#1377</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1378">LWG#1378</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1379">LWG#1379</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1380">LWG#1380</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1381">LWG#1381</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1382">LWG#1382</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1383">LWG#1383</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1384">LWG#1384</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1385">LWG#1385</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1386">LWG#1386</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1387">LWG#1387</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1388">LWG#1388</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1389">LWG#1389</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1390">LWG#1390</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1391">LWG#1391</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1392">LWG#1392</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1393">LWG#1393</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1394">LWG#1394</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1397">LWG#1397</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1399">LWG#1399</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1400">LWG#1400</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1401">LWG#1401</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1402">LWG#1402</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1403">LWG#1403</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1404">LWG#1404</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1405">LWG#1405</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1407">LWG#1407</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1408">LWG#1408</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1409">LWG#1409</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1410">LWG#1410</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1412">LWG#1412</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1414">LWG#1414</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1416">LWG#1416</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1417">LWG#1417</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1418">LWG#1418</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1420">LWG#1420</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1421">LWG#1421</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1423">LWG#1423</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1424">LWG#1424</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1425">LWG#1425</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1426">LWG#1426</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1427">LWG#1427</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1428">LWG#1428</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1429">LWG#1429</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1430">LWG#1430</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1431">LWG#1431</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1432">LWG#1432</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1435">LWG#1435</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1436">LWG#1436</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1437">LWG#1437</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1438">LWG#1438</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1439">LWG#1439</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1440">LWG#1440</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1441">LWG#1441</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1445">LWG#1445</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1447">LWG#1447</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1448">LWG#1448</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1449">LWG#1449</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1453">LWG#1453</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1455">LWG#1455</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1457">LWG#1457</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1460">LWG#1460</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1462">LWG#1462</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1464">LWG#1464</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1465">LWG#1465</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1466">LWG#1466</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1467">LWG#1467</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1468">LWG#1468</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1469">LWG#1469</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1474">LWG#1474</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1478">LWG#1478</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1479">LWG#1479</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1480">LWG#1480</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1481">LWG#1481</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1482">LWG#1482</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1487">LWG#1487</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1490">LWG#1490</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1491">LWG#1491</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1492">LWG#1492</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1494">LWG#1494</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1497">LWG#1497</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1498">LWG#1498</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1501">LWG#1501</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1502">LWG#1502</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1504">LWG#1504</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1505">LWG#1505</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1507">LWG#1507</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1508">LWG#1508</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1513">LWG#1513</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1514">LWG#1514</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1515">LWG#1515</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1516">LWG#1516</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1517">LWG#1517</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1518">LWG#1518</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1519">LWG#1519</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1520">LWG#1520</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1522">LWG#1522</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1523">LWG#1523</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1524">LWG#1524</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg1525">LWG#1525</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2000">LWG#2000</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2001">LWG#2001</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2002">LWG#2002</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2004">LWG#2004</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2007">LWG#2007</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2008">LWG#2008</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2014">LWG#2014</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2017">LWG#2017</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2019">LWG#2019</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2020">LWG#2020</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2022">LWG#2022</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2023">LWG#2023</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2024">LWG#2024</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2025">LWG#2025</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2027">LWG#2027</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2029">LWG#2029</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2030">LWG#2030</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2031">LWG#2031</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2032">LWG#2032</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2034">LWG#2034</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2037">LWG#2037</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2041">LWG#2041</a></li>
|
|
<li><a rel="nofollow" class="external text" href="http://wg21.link/lwg2042">LWG#2042</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">编译器支持</span></h2>
|
|
<p>主条目: <a href="cpp-compiler_support.html#C.2B.2B11_.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">C++ 编译器支持</a></p>
|
|
<h3><span class="mw-headline" id="C.2B.2B11_.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++11 核心语言功能特性</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++11 功能特性<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 style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>HP aCC</div>
|
|
</div>
|
|
</th>
|
|
<th style="width: 40pt;">
|
|
<div class="t-vertical">
|
|
<div>Digital Mars C++</div>
|
|
</div>
|
|
</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td>C99 <a href="cpp-preprocessor.html">预处理器</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1653">N1653</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</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> <span title="变长宏实现有漏洞">(部分)*</span><br />
|
|
<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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-static_assert.html"><span class="t-c"><span class="mw-geshi cpp source-cpp">static_assert</span></span></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1720">N1720</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.52</td>
|
|
</tr>
|
|
<tr>
|
|
<td>右角括号</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1757">N1757</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</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 2005">14.0*</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">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td>扩展的 <a href="cpp-language-friend.html"><span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw1">friend</span></span></span> 声明</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1791">N1791</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2010">16.0*</span> (部分)<br />
|
|
<span title="VS 2013">18.0*</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">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1 (部分)<br />
|
|
12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw4">long</span> <span class="kw4">long</span></span></span></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1811">N1811</a></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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2005">14.0*</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">是</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">是</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</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">是</td>
|
|
</tr>
|
|
<tr>
|
|
<td>类型特征的编译器支持</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1836">N1836</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2005">14.0*</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">4.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">10.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.1.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</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.16</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-auto.html"><tt>auto</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1984">N1984</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.0 (v0.9)<br />
|
|
12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-initializer_list.html#.E5.A7.94.E6.89.98.E6.9E.84.E9.80.A0.E5.87.BD.E6.95.B0" class="mw-redirect">委托构造函数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1986">N1986</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw4">extern</span> <span class="kw1">template</span></span></span></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1987">N1987</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.3</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="MSVC++ 6.0">12.0*</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">3.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">9.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-constexpr.html"><tt>constexpr</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2235">N2235</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0 (部分)<br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1 (部分)<br />
|
|
13.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-type_alias.html">模板别名</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2258">N2258</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE ;非 debug">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><code>char16_t</code> 与 <code>char32_t</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2249">N2249</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Windows 上为部分; Linux 与 OS X 上为 yes">12.1*</span><br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.52</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-alignas.html"><tt>alignas</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2341">N2341</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">15.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-alignof.html"><tt>alignof</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2341">N2341</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">15.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td>默认化与被删除的函数</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2346">N2346</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</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#.E6.9C.89.E4.BD.9C.E7.94.A8.E5.9F.9F.E6.9E.9A.E4.B8.BE">强类型 <span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw2">enum</span></span></span></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2347">N2347</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2012">17.0*</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">4.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-atomic.html">原子操作</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2427">N2427</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2012">17.0*</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">Yes</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="仅 Linux">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.14</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: 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-nullptr.html"><span class="t-c"><span class="mw-geshi cpp source-cpp">nullptr</span></span></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2431">N2431</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.52</td>
|
|
</tr>
|
|
<tr>
|
|
<td>显式<a href="cpp-language-cast_operator.html">转换运算符</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2437">N2437</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</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/N2439">N2439</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Unicode <a href="cpp-language-string_literal.html">字符串字面量</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2442">N2442</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="未归档">11.0*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="AIX/Linux/xOS BE">10.1*</span><br />
|
|
<span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.7</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.52</td>
|
|
</tr>
|
|
<tr>
|
|
<td>未处理的<a href="cpp-language-string_literal.html">字符串字面量</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2442">N2442</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</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 2013">18.0*</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">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">8.52</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-namespace.html#.E5.86.85.E8.81.94.E5.91.BD.E5.90.8D.E7.A9.BA.E9.97.B4">内联命名空间</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2535">N2535</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-using_declaration.html#.E7.BB.A7.E6.89.BF.E6.9E.84.E9.80.A0.E5.87.BD.E6.95.B0">继承构造函数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2540">N2540</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.3</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">15.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td>尾随的函数返回类型</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2541">N2541</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>无限制的<a href="cpp-language-union.html">联合体</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2544">N2544</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux 与 OS X">14.0*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-parameter_pack.html">变参数模板</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2242">N2242</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N2555">N2555</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3 (N2242)<br />
|
|
4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.3 (N2242)<br />
|
|
4.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">11.1 (N2242)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-sfinae.html#.E8.A1.A8.E8.BE.BE.E5.BC.8F_SFINAE">表达式 SFINAE</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2634">N2634</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">4.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.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: #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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td>局部与无名类型作为模板形参</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2657">N2657</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</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/N2659">N2659</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4 (部分)<br />
|
|
4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="要求 libc++abi 3.6 或更新版本,或 libsupc++ 4.8 或更新版本">3.3*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2010">16.0*</span> (部分)<br />
|
|
<span title="VS 2015">19.0 (2015)*</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">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1 (部分)<br />
|
|
<span title="Linux 与 OS X">15.0*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe"><span title="AIX/Linux/zOS BE; (除了 Std 名称及动态初始化的全部)">10.1 (部分)*</span><br />
|
|
<span title="Linux LE / zLinux BE; (除了 Std 名称及动态初始化的全部)">13.1.2 (部分)*</span></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">5.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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8.52 (部分)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>带并发的动态初始化与析构(<a href="cpp-language-storage_duration.html#.E9.9D.99.E6.80.81.E5.B1.80.E9.83.A8.E5.8F.98.E9.87.8F">魔法静态变量</a>)</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2660">N2660</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">Yes</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux 与 OS X">11.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</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">A.06.25</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/N2670">N2670</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:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
<td style="background:#ff9090; color:black; vertical-align: 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-list_initialization.html">初始化器列表</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2672">N2672</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0 (部分)<br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-data_members.html#.E6.88.90.E5.91.98.E5.88.9D.E5.A7.8B.E5.8C.96">非静态数据成员初始化器</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2756">N2756</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2013">18.0*</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">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</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.html">属性</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2761">N2761</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.3</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.2</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE ;除了 carries_dependency">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.27</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>前置 <span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw2">enum</span></span></span> 声明</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2764">N2764</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2012">17.0*</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">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1 (部分)<br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-user_literal.html">用户定义的字面量</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2765">N2765</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">15.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.14</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-reference.html#.E5.8F.B3.E5.80.BC.E5.BC.95.E7.94.A8">右值引用</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2118">N2118</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N2844">N2844</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.cmeerw.net/cwg/issue1138">CWG1138</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3 (N2118)<br />
|
|
4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2010">16.0*</span> (N2844)<br />
|
|
<span title="VS 2012">17.0*</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">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.1 (N2118)<br />
|
|
12.0 (N2844)<br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="列出 N2118">7.0*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</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/N2550">N2550</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N2658">N2658</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N2927">N2927</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2010">16.0*</span> (N2658)<br />
|
|
<span title="VS 2012">17.0*</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">4.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</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">范围 for 循环</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2930">N2930</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2012">17.0*</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">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">13.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE ;非 debug">13.1.2*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-noexcept_spec.html"><span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="kw1">noexcept</span></span></span></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N3050">N3050</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.28</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>默认化的移动特殊<a href="cpp-language-move_constructor.html">成员</a><a href="cpp-language-move_assignment.html">函数</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N3053">N3053</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.6</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.5</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">14.0</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.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: middle; text-align: center;" class="table-no"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-override.html"><span class="t-c"><span class="mw-geshi cpp source-cpp">override</span></span></a> 与 <a href="cpp-language-final.html"><span class="t-c"><span class="mw-geshi cpp source-cpp">final</span></span></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2928">N2928</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N3206">N3206</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N3272">N3272</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.7</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2005">14.0*</span> (部分)<br />
|
|
<span title="VS 2012">17.0*</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">4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">12.0 (N2928)<br />
|
|
14.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="Linux LE / zLinux BE">13.1.1*</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.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>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-language-decltype.html"><tt>decltype</tt></a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2343">N2343</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N3276">N3276</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3 (N2343)<br />
|
|
4.8.1</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2.9</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: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.2 (N2343)<br />
|
|
4.8</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">11.0 (N2343)<br />
|
|
12.0</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">11.1 (N2343)</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.13</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">8.4</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">2015</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">7.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">A.06.25</td>
|
|
<td style="background: #ffff90; color: black; vertical-align: middle; text-align: center;" class="table-maybe">8.52 (N2343)</td>
|
|
</tr>
|
|
<tr style="height:15em">
|
|
<th style="vertical-align:bottom;">C++11 功能特性<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>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>HP aCC</div>
|
|
</div>
|
|
</th>
|
|
<th>
|
|
<div class="t-vertical">
|
|
<div>Digital Mars C++</div>
|
|
</div>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
<h3><span class="mw-headline" id="C.2B.2B11_.E5.BA.93.E5.8A.9F.E8.83.BD.E7.89.B9.E6.80.A7">C++11 库功能特性</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++11 功能特性<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.html#.E7.B1.BB.E5.9E.8B.E7.89.B9.E6.80.A7.28C.2B.2B11_.E8.B5.B7.29">类型特征</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N1836">N1836</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">4.3</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.0</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes"><span title="VS 2005">14.0*</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.13</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">8.4</td>
|
|
</tr>
|
|
<tr>
|
|
<td>垃圾收集与基于可达性的泄漏检测(<a href="cpp-memory.html#.E5.9E.83.E5.9C.BE.E6.94.B6.E9.9B.86.E5.99.A8.E6.94.AF.E6.8C.81">库支持</a>)</td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2670">N2670</a></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">6<br />
|
|
<span title="无操作的库 API , n2670 对于不支持 GC 时的要求">(无操作)</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">3.4<br />
|
|
<span title="无操作的库 API , n2670 对于不支持 GC 时的要求">(无操作)</span></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="无操作的库 API , n2670 对于不支持 GC 时的要求">(无操作)</span></td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">是<br />
|
|
<span title="无操作的库 API , n2670 对于不支持 GC 时的要求">(无操作)</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>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="cpp-io-manip.html">金额、时间及十六进制浮点 I/O 操纵符</a></td>
|
|
<td><a rel="nofollow" class="external text" href="https://wg21.link/N2071">N2071</a><br />
|
|
<a rel="nofollow" class="external text" href="https://wg21.link/N2072">N2072</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.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">是</td>
|
|
<td style="background: #90ff90; color: black; vertical-align: middle; text-align: center;" class="table-yes">5.15</td>
|
|
<td style="background:#ff9090; color:black; vertical-align: 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++11 功能特性<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/develop/cpp/11.cpp">可运行的 C++11 示例</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|