Skip to content

Commit 16f08cd

Browse files
committed
Remove redlining from namespaces and headers section
1 parent c924a91 commit 16f08cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

general.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ <h1>Namespaces and headers</h1>
77
experimental and not part of the C++ Standard Library, they should not be
88
declared directly within namespace <code>std</code>. Unless otherwise specified, all
99
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>
1111

1212
<cxx-note>
1313
Once standardized, the components described by this Technical Specification are expected to be promoted to namespace <code>std</code>.
1414
</cxx-note>
1515

1616
<p>Unless otherwise specified, references to such entities described in this
1717
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++
1919
Standard Library are assumed to be qualified with <code>std::</code>.</p>
2020

2121
<p>Extensions that are expected to eventually be added to an existing header

0 commit comments

Comments
 (0)