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
Once standardized, the components described by this Technical Specification are expected to be promoted to namespace <code>std</code>.
59
59
</cxx-note>
60
60
61
61
<p>Unless otherwise specified, references to such entities described in this
62
62
Technical Specification are assumed to be qualified with
63
-
<code>std::experimental::parallel<ins2>_v1</ins2></code>, and references to entities described in the C++
63
+
<code>std::experimental::parallel<ins2>::v1</ins2></code>, and references to entities described in the C++
64
64
Standard Library are assumed to be qualified with <code>std::</code>.</p>
65
65
66
66
<p>Extensions that are expected to eventually be added to an existing header
@@ -76,7 +76,7 @@ <h1>Terms and definitions</h1>
76
76
77
77
<p>For the purposes of this document, the terms and definitions given in the C++ Standard and the following apply.</p>
78
78
79
-
<p>A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel<ins2>_v1</ins2></code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
79
+
<p>A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel<ins2>::v1</ins2></code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
<ppara_num="2" id="parallel.general.namespaces.2">Unless otherwise specified, references to such entities described in this
847
847
Technical Specification are assumed to be qualified with
848
-
<code>std::experimental::parallel<ins2>_v1</ins2></code>, and references to entities described in the C++
848
+
<code>std::experimental::parallel<ins2>::v1</ins2></code>, and references to entities described in the C++
849
849
Standard Library are assumed to be qualified with <code>std::</code>.</p>
850
850
851
851
<ppara_num="3" id="parallel.general.namespaces.3">Extensions that are expected to eventually be added to an existing header
@@ -865,7 +865,7 @@ <h1>Contents</h1>
865
865
866
866
<ppara_num="1" id="parallel.general.defns.1">For the purposes of this document, the terms and definitions given in the C++ Standard and the following apply.</p>
867
867
868
-
<ppara_num="2" id="parallel.general.defns.2">A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel<ins2>_v1</ins2></code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
868
+
<ppara_num="2" id="parallel.general.defns.2">A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel<ins2>::v1</ins2></code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
0 commit comments