Skip to content

Commit 05a748f

Browse files
committed
Integrate P0776R1's deletion of Exception reporting behavior section
1 parent 302ec7a commit 05a748f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exceptions.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<cxx-clause id="parallel.exceptions">
22
<h1>Parallel exceptions</h1>
33
<cxx-section id="parallel.exceptions.behavior">
4-
<h1>Exception reporting behavior</h1>
4+
<h1><del>Exception reporting behavior</del></h1>
5+
<del>
56
<p>
67
During the execution of a standard parallel algorithm,
78
if temporary memory resources are required and none are available,
@@ -49,6 +50,7 @@ <h1>Exception reporting behavior</h1>
4950
</li>
5051
</ul>
5152
</p>
53+
</del>
5254
</cxx-section>
5355
<cxx-section id="parallel.exceptions.synopsis">
5456
<h1>Header <code>&lt;experimental/exception_list&gt;</code> synopsis</h1>

0 commit comments

Comments
 (0)