Skip to content

Commit 5b1db9b

Browse files
committed
Apply N4519 per LWG Motion 7 at the 2015-05 Lenexa meeting.
http://wiki.edg.com/twiki/bin/view/Wg21lenexa/StrawPolls
1 parent 2dc989c commit 5b1db9b

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

cxx14_index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
"expr.call": "5.2.2",
55
"expr.cond": "5.16",
66
"dcl.constexpr": "7.1.5",
7+
"dcl.fct.default": "8.3.6",
78
"over.match.best": "13.3.3",
89
"temp.deduct": "14.8.2",
10+
"cpp.line": "16.4",
11+
"cpp.predefined": "16.8",
912
"library": "17",
1013
"hash.requirements": "17.6.3.4",
1114
"allocator.requirements": "17.6.3.5",

general.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h1>Namespaces, headers, and modifications to standard classes</h1>
116116
<li><code>&lt;experimental/memory></code></li>
117117
<li><code>&lt;experimental/propagate_const></code></li>
118118
<li><code>&lt;experimental/set></code></li>
119+
<li><code>&lt;experimental/source_location></code></li>
119120
<li><code>&lt;experimental/string></code></li>
120121
<li><code>&lt;experimental/unordered_map></code></li>
121122
<li><code>&lt;experimental/unordered_set></code></li>
@@ -255,6 +256,14 @@ <h1>Feature-testing recommendations (Informative)</h1>
255256
<td>201411</td>
256257
<td><code>&lt;experimental/numeric></code></td>
257258
</tr>
259+
<tr>
260+
<td>N4519</td>
261+
<td>Source-Code Information Capture</td>
262+
<td><cxx-ref to="reflection.src_loc"></cxx-ref></td>
263+
<td><code>source_location</code></td>
264+
<td>201505</td>
265+
<td><code>&lt;experimental/source_location></code></td>
266+
</tr>
258267
</thead>
259268

260269
<!-- These rows are in the same order as their feature appears in this document. -->

main.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h2 lang="fr">Extensions C++ pour la bibliothèque fondamentaux, version 2</h2>
3131
<cxx-include href="container.html"></cxx-include>
3232
<cxx-include href="iterator.html"></cxx-include>
3333
<cxx-include href="numeric.html"></cxx-include>
34+
<cxx-include href="reflection.html"></cxx-include>
3435

3536
<cxx-publish-button source="https://github.com/cplusplus/fundamentals-ts"></cxx-publish-button>
3637
</body>

0 commit comments

Comments
 (0)