File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
192
192
Parallel algorithms
193
193
< del > have the requirement < code > is_execution_policy<ExecutionPolicy>::value</ code > is < code > true</ code > </ del >
194
194
< ins > shall not participate in overload resolution unless
195
- < code > is_execution_policy<decay_t<ExecutionPolicy>>::value</ code > is < code > true</ code > </ ins > .
195
+ < code > is_execution_policy< ins2 > <decay_t<</ ins2 > ExecutionPolicy< ins2 > ></ ins2 > >::value</ code > is < code > true</ code > </ ins > .
196
196
</ p >
197
197
198
198
< del2 > < p > The algorithms listed in < cxx-ref to ="tab.parallel.algorithms "> </ cxx-ref > shall have < code > ExecutionPolicy</ code > overloads.</ p > </ del2 >
@@ -315,9 +315,11 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
315
315
</ tr >
316
316
</ table >
317
317
318
+ < ins2 >
318
319
< cxx-note >
319
320
Not all algorithms in the Standard Library have counterparts in < cxx-ref to ="tab.parallel.algorithms "> </ cxx-ref > .
320
321
</ cxx-note >
322
+ </ ins2 >
321
323
</ cxx-section >
322
324
</ cxx-section >
323
325
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h1>Header <code><experimental/exception_list></code> synopsis</h1>
79
79
iterator begin() const noexcept;
80
80
iterator end() const noexcept;
81
81
82
- < ins2 > const char* what() const override noexcept;</ ins2 >
82
+ < ins2 > const char* what() const noexcept override ;</ ins2 >
83
83
< del2 >
84
84
private:
85
85
std::list<exception_ptr> exceptions_; // exposition only
@@ -138,7 +138,7 @@ <h1>Header <code><experimental/exception_list></code> synopsis</h1>
138
138
139
139
< cxx-function >
140
140
< cxx-signature >
141
- < ins2 > const char* what() const noexcept;</ ins2 >
141
+ < ins2 > const char* what() const noexcept override ;</ ins2 >
142
142
</ cxx-signature >
143
143
144
144
< cxx-returns >
You can’t perform that action at this time.
0 commit comments