Skip to content

Commit 69a4cb8

Browse files
committed
Apply N4388 per LWG Motion 4 at the 2015-05 Lenexa meeting.
http://wiki.edg.com/twiki/bin/view/Wg21lenexa/StrawPolls
1 parent f1f4e29 commit 69a4cb8

File tree

3 files changed

+752
-0
lines changed

3 files changed

+752
-0
lines changed

general.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h1>Namespaces, headers, and modifications to standard classes</h1>
113113
<li><code>&lt;experimental/list></code></li>
114114
<li><code>&lt;experimental/map></code></li>
115115
<li><code>&lt;experimental/memory></code></li>
116+
<li><code>&lt;experimental/propagate_const></code></li>
116117
<li><code>&lt;experimental/set></code></li>
117118
<li><code>&lt;experimental/string></code></li>
118119
<li><code>&lt;experimental/unordered_map></code></li>
@@ -197,6 +198,14 @@ <h1>Feature-testing recommendations (Informative)</h1>
197198
<th>Value</th>
198199
<th>Header</th>
199200
</tr>
201+
<tr>
202+
<td>N4388</td>
203+
<td>A Proposal to Add a Const-Propagating Wrapper to the Standard Library</th>
204+
<td><cxx-ref to="propagate_const"></cxx-ref></th>
205+
<td><code>propagate_const</code></th>
206+
<td>201504</th>
207+
<td><code>&lt;experimental/propagate_const></code></th>
208+
</tr>
200209
<tr>
201210
<td>N4076</td>
202211
<td>A proposal to add a generalized callable negator</th>

main.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h2 lang="fr">Extensions C++ pour la bibliothèque fondamentaux, version 2</h2>
2525
<cxx-toc></cxx-toc>
2626

2727
<cxx-include href="general.html"></cxx-include>
28+
<cxx-include href="utilities.html"></cxx-include>
2829
<cxx-include href="func.html"></cxx-include>
2930
<cxx-include href="memory.html"></cxx-include>
3031
<cxx-include href="container.html"></cxx-include>

0 commit comments

Comments
 (0)