Skip to content

Commit 5ff5aac

Browse files
committed
US 3
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 23e48ff commit 5ff5aac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/general.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
\begin{note}Once standardized, the components described by this Technical
1414
Specification are expected to be promoted to namespace \tcode{std}.\end{note}
1515

16+
\pnum
17+
Each header described in this technical specification shall import the contents of \tcode{std\colcol{}experimental\colcol{}parallelism_v2} into \tcode{std\colcol{}experimental} as if by
18+
\begin{codeblock}
19+
namespace std::experimental {
20+
inline namespace parallelism_v2 {}
21+
}
22+
\end{codeblock}
23+
1624
\pnum Unless otherwise specified, references to such entities described in this
1725
Technical Specification are assumed to be qualified with
1826
\tcode{std::experimental::parallelism_v2}, and references to entities described

0 commit comments

Comments
 (0)