File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -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 @@ -126,7 +126,7 @@ <h1>Header <code><experimental/exception_list></code> synopsis</h1>
126
126
127
127
< cxx-function >
128
128
< cxx-signature >
129
- const char* what() const noexcept;
129
+ const char* what() const noexcept override ;
130
130
</ cxx-signature >
131
131
132
132
< cxx-returns >
Original file line number Diff line number Diff line change @@ -1481,7 +1481,7 @@ <h1>Contents</h1>
1481
1481
< cxx-function para_num ="10 " id ="parallel.exceptions.synopsis.10 ">
1482
1482
1483
1483
< pre > < code > < cxx-signature >
1484
- const char* what() const noexcept;
1484
+ const char* what() const noexcept override ;
1485
1485
</ cxx-signature > </ code > </ pre >
1486
1486
1487
1487
< dl >
@@ -1885,12 +1885,14 @@ <h1>Contents</h1>
1885
1885
</ tbody >
1886
1886
</ table >
1887
1887
1888
+ < ins2 >
1888
1889
< cxx-note > < span class ="nowrap "> [ < em > Note:</ em > </ span >
1889
1890
1890
1891
Not all algorithms in the Standard Library have counterparts in < cxx-ref to ="tab.parallel.algorithms "> < a title ="tab.parallel.algorithms " href ="#tab.parallel.algorithms "> Table 1</ a > </ cxx-ref > .
1891
1892
1892
1893
< span class ="nowrap "> — < em > end note</ em > ]</ span >
1893
1894
</ cxx-note >
1895
+ </ ins2 >
1894
1896
1895
1897
</ section >
1896
1898
</ cxx-section >
You can’t perform that action at this time.
0 commit comments