forked from cplusplus/parallelism-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
normative_references.html
25 lines (20 loc) · 1.23 KB
/
normative_references.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<cxx-clause id="parallel.references">
<h1>Normative references</h1>
<p>The following referenced document is indispensable for the
application of this document. For dated references, only the
edition cited applies. For undated references, the latest edition
of the referenced document (including any amendments) applies.</p>
<ul>
<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>,
<cite>Programming Languages — C++</cite>
<cxx-foreign-index id="cxx" src="cxx_N3797_index.json" name="C++14"></cxx-foreign-index></li>
</ul>
<p>ISO/IEC 14882:— is herein called the <dfn>C++ Standard</dfn>.
The library described in ISO/IEC 14882:— clauses 17-30 is herein called
the <dfn>C++ Standard Library</dfn>. The C++ Standard Library components described in
ISO/IEC 14882:— clauses 25, 26.7 and 20.7.2 are herein called the <dfn>C++ Standard
Algorithms Library</dfn>.</p>
<p>Unless otherwise specified, the whole of the C++ Standard's Library
introduction (<cxx-ref in="cxx" to="library"></cxx-ref>) is included into this
Technical Specification by reference.</p>
</cxx-clause>