We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6971e commit 3871828Copy full SHA for 3871828
exceptions.html
@@ -4,7 +4,7 @@ <h1>Parallel exceptions</h1>
4
<h1>Exception reporting behavior</h1>
5
<p>
6
If temporary memory resources are required by the algorithm and none are available,
7
- the algorithm throws a `std::bad_alloc` exception.
+ the algorithm throws a <code>std::bad_alloc</code> exception.
8
</p>
9
10
During the execution of a standard parallel algorithm, if the application of a function
0 commit comments