Skip to content

Commit f1e25da

Browse files
committed
Update normative references to point to C++17
1 parent d2355dc commit f1e25da

File tree

3 files changed

+10
-55
lines changed

3 files changed

+10
-55
lines changed

cxx17_index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"library": "20"
3+
}
4+

cxx_N3797_index.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

normative_references.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ <h1>Normative references</h1>
77
of the referenced document (including any amendments) applies.</p>
88

99
<ul>
10-
<li>ISO/IEC 14882:—<cxx-footnote>To be published. Section references are relative to <a href="http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n3937.pdf">N3937</a>.</cxx-footnote>,
10+
<li>ISO/IEC 14882:<ins>2017</ins><del><cxx-footnote>To be published. Section references are relative to <a href="http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n3937.pdf">N3937</a>.</cxx-footnote></del>,
1111
<cite>Programming Languages — C++</cite>
12-
<cxx-foreign-index id="cxx" src="cxx_N3797_index.json" name="C++14"></cxx-foreign-index></li>
12+
<cxx-foreign-index id="cxx" src="cxx17_index.json" name="C++17"></cxx-foreign-index></li>
1313
</ul>
1414

15-
<p>ISO/IEC 14882: is herein called the <dfn>C++ Standard</dfn>.
16-
The library described in ISO/IEC 14882: clauses 17-30 is herein called
15+
<p>ISO/IEC 14882:<ins>2017</ins><del></del> is herein called the <dfn>C++ Standard</dfn>.
16+
The library described in ISO/IEC 14882:<ins>2017</ins><del></del> clauses <ins>20-33</ins><del>17-30</del> is herein called
1717
the <dfn>C++ Standard Library</dfn>. The C++ Standard Library components described in
18-
ISO/IEC 14882: clauses 25, 26.7 and 20.7.2 are herein called the <dfn>C++ Standard
18+
ISO/IEC 14882:<ins>2017</ins><del></del> clauses <ins>28, 29.8 and 23.10.10</ins><del>25, 26.7 and 20.7.2</del> are herein called the <dfn>C++ Standard
1919
Algorithms Library</dfn>.</p>
2020

2121
<p>Unless otherwise specified, the whole of the C++ Standard's Library
22-
introduction (<cxx-ref in="cxx" to="library"></cxx-ref>) is included into this
22+
introduction (<ins><cxx-ref in="cxx" to="library"></cxx-ref></ins><del>C++14 §20</del>) is included into this
2323
Technical Specification by reference.</p>
2424
</cxx-clause>
2525

0 commit comments

Comments
 (0)