Skip to content

Commit ae2a065

Browse files
committedJun 1, 2017
Eliminate colored diff text
1 parent 7453d34 commit ae2a065

4 files changed

+4
-6
lines changed
 

‎algorithms.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h1>Header <code>&lt;experimental/algorithm&gt;</code> synopsis</h1>
365365
namespace std {
366366
namespace experimental {
367367
namespace parallel {
368-
inline namespace <ins>v2</ins><del>v1</del> {
368+
inline namespace v2 {
369369
template&lt;class ExecutionPolicy,
370370
class InputIterator, class Function&gt;
371371
void for_each(ExecutionPolicy&amp;&amp; exec,
@@ -499,7 +499,7 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code> synopsis</h1>
499499
namespace std {
500500
namespace experimental {
501501
namespace parallel {
502-
inline namespace <ins>v2</ins><del>v1</del> {
502+
inline namespace v2 {
503503
template&lt;class InputIterator&gt;
504504
typename iterator_traits&lt;InputIterator&gt;::value_type
505505
reduce(InputIterator first, InputIterator last);

‎exceptions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>Header <code>&lt;experimental/exception_list&gt;</code> synopsis</h1>
5757
namespace std {
5858
namespace experimental {
5959
namespace parallel {
60-
inline namespace <ins>v2</ins><del>v1</del> {
60+
inline namespace v2 {
6161

6262
class exception_list : public exception
6363
{

‎execution_policies.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Header <code>&lt;experimental/execution_policy&gt;</code> synopsis</h1>
5252
namespace std {
5353
namespace experimental {
5454
namespace parallel {
55-
inline namespace <ins>v2</ins><del>v1</del> {
55+
inline namespace v2 {
5656
<cxx-ref insynopsis="" to="parallel.execpol.type"></cxx-ref>
5757
template&lt;class T&gt; struct is_execution_policy;
5858
template&lt;class T&gt; constexpr bool is_execution_policy_v = is_execution_policy&lt;T&gt;::value;

‎task_block.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<ins>
21
<cxx-clause id="parallel.task_block">
32
<h1>Task Block</h1>
43

@@ -296,5 +295,4 @@ <h1>Exception Handling</h1>
296295
</p>
297296
</cxx-section>
298297
</cxx-clause>
299-
</ins>
300298

0 commit comments

Comments
 (0)
Please sign in to comment.