Skip to content

Commit 59deac6

Browse files
committed
Rendering
1 parent 980a13b commit 59deac6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sd6.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="generator" content="mpark/wg21" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7-
<meta name="dcterms.date" content="2024-06-19" />
7+
<meta name="dcterms.date" content="2024-09-24" />
88
<title>Feature-Test Macros and Policies</title>
99
<style>
1010
code{white-space: pre-wrap;}
@@ -545,7 +545,7 @@ <h1 class="title" style="text-align:center">Feature-Test Macros and
545545
</tr>
546546
<tr>
547547
<td>Date:</td>
548-
<td>2024-06-19</td>
548+
<td>2024-09-24</td>
549549
</tr>
550550
<tr>
551551
<td style="vertical-align:top">Project:</td>
@@ -1949,13 +1949,13 @@ <h2 data-number="4.1" id="language-feature-test-macros"><span class="header-sect
19491949
</tr>
19501950
<tr style="background-color: white">
19511951
<td>
1952-
<code class="sourceCode cpp"><span class="dv">202302</span></code>
1952+
<code class="sourceCode cpp"><span class="dv">202211</span></code>
19531953
</td>
19541954
<td>
19551955
<span class="citation" data-cites="P2644R1">[<a href="https://wg21.link/p2644r1" role="doc-biblioref">P2644R1</a>]</span> Final Fix of Broken Range based
19561956
for Loop Rev 1 <br /><span class="citation" data-cites="P2718R0">[<a href="https://wg21.link/p2718r0" role="doc-biblioref">P2718R0</a>]</span> Wording for P2644R1 Fix for
1957-
Range-based for Loop <br /><span class="citation" data-cites="CWG2569">[<a href="https://wg21.link/cwg2569" role="doc-biblioref">CWG2569</a>]</span> Use of decltype(capture) in a
1958-
lambda’s parameter-declaration-clause
1957+
Range-based for Loop <br /><span class="citation" data-cites="CWG2659">[<a href="https://wg21.link/cwg2659" role="doc-biblioref">CWG2659</a>]</span> Missing feature-test macro for
1958+
lifetime extension in range-for loop
19591959
</td>
19601960
</tr>
19611961
<tr style="background-color: #f6f8fa">
@@ -6664,13 +6664,13 @@ <h2 data-number="4.3" id="library-feature-test-macros"><span class="header-secti
66646664
<h1 data-number="5" style="border-bottom:1px solid #cccccc" id="bibliography"><span class="header-section-number">5</span>
66656665
References<a href="#bibliography" class="self-link"></a></h1>
66666666
<div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="1" role="doc-bibliography">
6667-
<div id="ref-CWG2569" class="csl-entry" role="doc-biblioentry">
6668-
[CWG2569] Barry Revzin. 2022-04-16. Use of decltype(capture) in a
6669-
lambda’s parameter-declaration-clause. <a href="https://wg21.link/cwg2569"><div class="csl-block">https://wg21.link/cwg2569</div></a>
6670-
</div>
66716667
<div id="ref-CWG2615" class="csl-entry" role="doc-biblioentry">
66726668
[CWG2615] S. B. Tam. 2022-08-17. Missing __has_cpp_attribute(assume). <a href="https://wg21.link/cwg2615"><div class="csl-block">https://wg21.link/cwg2615</div></a>
66736669
</div>
6670+
<div id="ref-CWG2659" class="csl-entry" role="doc-biblioentry">
6671+
[CWG2659] CWG. 2022-12-02. Missing feature-test macro for lifetime
6672+
extension in range-for loop. <a href="https://wg21.link/cwg2659"><div class="csl-block">https://wg21.link/cwg2659</div></a>
6673+
</div>
66746674
<div id="ref-LWG2112" class="csl-entry" role="doc-biblioentry">
66756675
[LWG2112] Daniel Krügler. User-defined classes that cannot be derived
66766676
from. <a href="https://wg21.link/lwg2112"><div class="csl-block">https://wg21.link/lwg2112</div></a>

0 commit comments

Comments
 (0)