Skip to content

Commit 11b9477

Browse files
Merge pull request #63 from jaredhoberock/v2
Break up feature test macro names so the table doesn't fall off the page
2 parents f1062d0 + 84232a1 commit 11b9477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

general.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Feature-testing recommendations</h1>
4747
<td>P0155R0</td>
4848
<td>Task Block R5</td>
4949
<td><cxx-ref to="parallel.task_block"></cxx-ref></td>
50-
<td><code>__cpp_lib_experimental_parallel_task_block</code></td>
50+
<td><code>__cpp_lib_experimental_-</code><br><code>parallel_task_block</code></td>
5151
<td>201711</td>
5252
<td>
5353
<code>&lt;experimental/exception_list&gt;</code><br>
@@ -58,7 +58,7 @@ <h1>Feature-testing recommendations</h1>
5858
<td>P0076R4</td>
5959
<td>Vector and Wavefront Policies</td>
6060
<td><cxx-ref to="parallel.execpol.unseq"</cxx-ref>, <cxx-ref to="parallel.execpol.vec"</cxx-ref></td>
61-
<td><code>__cpp_lib_experimental_execution_vector_policy</code></td>
61+
<td><code>__cpp_lib_experimental_-</code><br><code>execution_vector_policy</code></td>
6262
<td>201711</td>
6363
<td>
6464
<code>&lt;experimental/algorithm&gt;</code><br>
@@ -69,15 +69,15 @@ <h1>Feature-testing recommendations</h1>
6969
<td>P0075R2</td>
7070
<td>Template Library for Parallel For Loops</td>
7171
<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>
72-
<td><code>__cpp_lib_experimental_parallel_for_loop</code></td>
72+
<td><code>__cpp_lib_experimental_-</code><br><code>parallel_for_loop</code></td>
7373
<td>201711</td>
7474
<td><code>&lt;experimental/algorithm&gt;</code></td>
7575
</tr>
7676
<tr>
7777
<td><ins>P0214R9</ins></td>
7878
<td><ins>Data-Parallel Vector Types & Operations</ins></td>
7979
<td><ins><cxx-ref to="parallel.simd"</cxx-ref></ins></td>
80-
<td><ins><code>__cpp_lib_experimental_parallel_simd</code></ins>
80+
<td><ins><code>__cpp_lib_experimental_-</code><code>parallel_simd</code></ins>
8181
<td><ins>201803</ins></td>
8282
<td><ins><code>&lt;experimental/simd&gt;</code></ins></td>
8383
</tr>

0 commit comments

Comments
 (0)