You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terms_and_definitions.html
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
<del>
2
1
<cxx-clauseid="parallel.defns">
3
2
<h1>Terms and definitions</h1>
4
3
4
+
<del>
5
5
<p>For the purposes of this document, the terms and definitions given in the C++ Standard and the following apply.</p>
6
6
7
7
<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>
51
51
</li>
52
52
</ul>
53
53
</cxx-example>
54
-
</cxx-clause>
55
54
</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 <ahref="http://www.electropedia.org">http://www.electropedia.org</a></li>
61
+
<li>ISO Online browsing platform: available at <ahref="http://www.iso.org/obp">http://www.iso.org/obp</a></li>
0 commit comments