Skip to content

Commit d2355dc

Browse files
committed
Insert new terms and definitions section
1 parent ae0b178 commit d2355dc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

terms_and_definitions.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<del>
21
<cxx-clause id="parallel.defns">
32
<h1>Terms and definitions</h1>
43

4+
<del>
55
<p>For the purposes of this document, the terms and definitions given in the C++ Standard and the following apply.</p>
66

77
<p>A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel::v2</code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
@@ -51,6 +51,16 @@ <h1>Terms and definitions</h1>
5151
</li>
5252
</ul>
5353
</cxx-example>
54-
</cxx-clause>
5554
</del>
55+
<ins>
56+
<ul>
57+
<li>No terms and definitions are listed in this document.</li>
58+
<li>ISO and IEC maintained terminological databases for us in standardization at the following addresses:</li>
59+
<ul>
60+
<li>IEC Electropedia: available at <a href="http://www.electropedia.org">http://www.electropedia.org</a></li>
61+
<li>ISO Online browsing platform: available at <a href="http://www.iso.org/obp">http://www.iso.org/obp</a></li>
62+
</ul>
63+
</ul>
64+
</ins>
65+
</cxx-clause>
5666

0 commit comments

Comments
 (0)