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: src/general.tex
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@
13
13
\begin{note}Once standardized, the components described by this Technical
14
14
Specification are expected to be promoted to namespace \tcode{std}.\end{note}
15
15
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
+
16
24
\pnum Unless otherwise specified, references to such entities described in this
17
25
Technical Specification are assumed to be qualified with
18
26
\tcode{std::experimental::parallelism_v2}, and references to entities described
0 commit comments