Skip to content

Commit a1decaa

Browse files
committed
Fix the make_array and propagate_const paper numbers and feature test values.
Zhihao Yuan noticed I had the versions from the tentative V2 draft, not the adopted versions.
1 parent 06ba46a commit a1decaa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: fundamentals-ts.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ <h1>Contents</h1>
21792179
<td>A Proposal to Add a Const-Propagating Wrapper to the Standard Library
21802180
</td><td><cxx-ref to="propagate_const"><a title="propagate_const" href="#propagate_const">3.7</a></cxx-ref>
21812181
</td><td><code>propagate_const</code>
2182-
</td><td>201504
2182+
</td><td>201505
21832183
</td><td><code>&lt;experimental/propagate_const&gt;</code>
21842184
</td></tr>
21852185
<tr>
@@ -2263,11 +2263,11 @@ <h1>Contents</h1>
22632263
<td><code>&lt;experimental/vector&gt;</code></td>
22642264
</tr>
22652265
<tr>
2266-
<td>N4315</td>
2266+
<td>N4391</td>
22672267
<td>make_array</td>
22682268
<td><cxx-ref to="container.array.creation"><a title="container.array.creation" href="#container.array.creation">9.2.2</a></cxx-ref></td>
22692269
<td><code>make_array</code></td>
2270-
<td>201504</td>
2270+
<td>201505</td>
22712271
<td><code>&lt;experimental/array&gt;</code></td>
22722272
</tr>
22732273
<tr>

Diff for: general.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h1>Feature-testing recommendations (Informative)</h1>
261261
<td>A Proposal to Add a Const-Propagating Wrapper to the Standard Library</th>
262262
<td><cxx-ref to="propagate_const"></cxx-ref></th>
263263
<td><code>propagate_const</code></th>
264-
<td>201504</th>
264+
<td>201505</th>
265265
<td><code>&lt;experimental/propagate_const></code></th>
266266
</tr>
267267
<tr>
@@ -345,11 +345,11 @@ <h1>Feature-testing recommendations (Informative)</h1>
345345
<td><code>&lt;experimental/vector></code></td>
346346
</tr>
347347
<tr>
348-
<td>N4315</td>
348+
<td>N4391</td>
349349
<td>make_array</td>
350350
<td><cxx-ref to="container.array.creation"></cxx-ref></td>
351351
<td><code>make_array</code></td>
352-
<td>201504</td>
352+
<td>201505</td>
353353
<td><code>&lt;experimental/array></code></td>
354354
</tr>
355355
<tr>

0 commit comments

Comments
 (0)