Skip to content

Commit 582f5ee

Browse files
committed
Flatten redlines in feature-testing recommendations
1 parent aee8b52 commit 582f5ee

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

general.html

Lines changed: 10 additions & 25 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
@@ -43,29 +43,14 @@ <h1>Feature-testing recommendations</h1>
4343
<th>Value</th>
4444
<th>Header</th>
4545
</tr>
46-
<tr>
47-
<td><del>N4505</del></td>
48-
<td><del>Working Draft, Technical Specification for C++ Extensions for Parallelism</del></td>
49-
<td><del><cxx-ref to="parallel.alg"</cxx-ref></del></td>
50-
<td><del><code>__cpp_lib_experimental_parallel_algorithm</code></del></td>
51-
<td><del>201505</del></td>
52-
<td>
53-
<del>
54-
<code>&lt;experimental/algorithm&gt;</code><br>
55-
<code>&lt;experimental/exception_list&gt;</code><br>
56-
<code>&lt;experimental/execution_policy&gt;</code><br>
57-
<code>&lt;experimental/numeric&gt;</code>
58-
</del>
59-
</td>
60-
</tr>
6146
<tr>
6247
<td>P0155R0</td>
6348
<td>Task Block R5</td>
6449
<td><cxx-ref to="parallel.task_block"></cxx-ref></td>
6550
<td><code>__cpp_lib_experimental_parallel_task_block</code></td>
66-
<td><ins>201711</ins><del>201510</del></td>
51+
<td>201711</td>
6752
<td>
68-
<code><ins>&lt;experimental/exception_list&gt;</ins></code><br>
53+
<code>&lt;experimental/exception_list&gt;</code><br>
6954
<code>&lt;experimental/task_block&gt;</code><br>
7055
</td>
7156
</tr>
@@ -74,19 +59,19 @@ <h1>Feature-testing recommendations</h1>
7459
<td>Vector and Wavefront Policies</td>
7560
<td><cxx-ref to="parallel.execpol.unseq"</cxx-ref>, <cxx-ref to="parallel.execpol.vec"</cxx-ref></td>
7661
<td><code>__cpp_lib_experimental_execution_vector_policy</code></td>
77-
<td><ins>201711</ins><del>201707</del></td>
62+
<td>201711</td>
7863
<td>
7964
<code>&lt;experimental/algorithm&gt;</code><br>
8065
<code>&lt;experimental/execution&gt;</code><br>
8166
</td>
8267
</tr>
8368
<tr>
84-
<td><ins>P0075R2</ins></td>
85-
<td><ins>Template Library for Parallel For Loops</ins></td>
69+
<td>P0075R2</td>
70+
<td>Template Library for Parallel For Loops</td>
8671
<td><cxx-ref to="parallel.alg.reductions"</cxx-ref>, <cxx-ref to="parallel.alg.inductions"</cxx-ref>, <cxx-ref to="parallel.alg.forloop"</cxx-ref></td>
87-
<td><code><ins>__cpp_lib_experimental_parallel_for_loop</ins></code></td>
88-
<td><ins>201711</ins></td>
89-
<td><code><ins>&lt;experimental/algorithm&gt;</ins></code></td>
72+
<td><code>__cpp_lib_experimental_parallel_for_loop</code></td>
73+
<td>201711</td>
74+
<td><code>&lt;experimental/algorithm&gt;</code></td>
9075
</tr>
9176
</thead>
9277
</table>

0 commit comments

Comments
 (0)