File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ <h1>Namespaces and headers</h1>
7
7
experimental and not part of the C++ Standard Library, they should not be
8
8
declared directly within namespace < code > std</ code > . Unless otherwise specified, all
9
9
components described in this Technical Specification are declared in namespace
10
- < code > std::experimental::< ins > parallelism_v2</ ins > < del > parallel::v2 </ del > </ code > .</ p >
10
+ < code > std::experimental::parallelism_v2</ code > .</ p >
11
11
12
12
< cxx-note >
13
13
Once standardized, the components described by this Technical Specification are expected to be promoted to namespace < code > std</ code > .
14
14
</ cxx-note >
15
15
16
16
< p > Unless otherwise specified, references to such entities described in this
17
17
Technical Specification are assumed to be qualified with
18
- < code > std::experimental::< ins > parallelism_v2</ ins > < del > parallel::v2 </ del > </ code > , and references to entities described in the C++
18
+ < code > std::experimental::parallelism_v2</ code > , and references to entities described in the C++
19
19
Standard Library are assumed to be qualified with < code > std::</ code > .</ p >
20
20
21
21
< p > Extensions that are expected to eventually be added to an existing header
You can’t perform that action at this time.
0 commit comments