|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <meta name="generator" content="mpark/wg21" />
|
6 | 6 | <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" /> |
8 | 8 | <title>Feature-Test Macros and Policies</title>
|
9 | 9 | <style>
|
10 | 10 | code{white-space: pre-wrap;}
|
@@ -545,7 +545,7 @@ <h1 class="title" style="text-align:center">Feature-Test Macros and
|
545 | 545 | </tr>
|
546 | 546 | <tr>
|
547 | 547 | <td>Date:</td>
|
548 |
| - <td>2024-06-19</td> |
| 548 | + <td>2024-09-24</td> |
549 | 549 | </tr>
|
550 | 550 | <tr>
|
551 | 551 | <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
|
1949 | 1949 | </tr>
|
1950 | 1950 | <tr style="background-color: white">
|
1951 | 1951 | <td>
|
1952 |
| -<code class="sourceCode cpp"><span class="dv">202302</span></code> |
| 1952 | +<code class="sourceCode cpp"><span class="dv">202211</span></code> |
1953 | 1953 | </td>
|
1954 | 1954 | <td>
|
1955 | 1955 | <span class="citation" data-cites="P2644R1">[<a href="https://wg21.link/p2644r1" role="doc-biblioref">P2644R1</a>]</span> Final Fix of Broken Range based
|
1956 | 1956 | 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 |
1959 | 1959 | </td>
|
1960 | 1960 | </tr>
|
1961 | 1961 | <tr style="background-color: #f6f8fa">
|
@@ -6664,13 +6664,13 @@ <h2 data-number="4.3" id="library-feature-test-macros"><span class="header-secti
|
6664 | 6664 | <h1 data-number="5" style="border-bottom:1px solid #cccccc" id="bibliography"><span class="header-section-number">5</span>
|
6665 | 6665 | References<a href="#bibliography" class="self-link"></a></h1>
|
6666 | 6666 | <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> |
6671 | 6667 | <div id="ref-CWG2615" class="csl-entry" role="doc-biblioentry">
|
6672 | 6668 | [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>
|
6673 | 6669 | </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> |
6674 | 6674 | <div id="ref-LWG2112" class="csl-entry" role="doc-biblioentry">
|
6675 | 6675 | [LWG2112] Daniel Krügler. User-defined classes that cannot be derived
|
6676 | 6676 | from. <a href="https://wg21.link/lwg2112"><div class="csl-block">https://wg21.link/lwg2112</div></a>
|
|
0 commit comments