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 b68c7a8 commit cf5455fCopy full SHA for cf5455f
task_block.html
@@ -25,21 +25,17 @@ <h1>Header <code><experimental/task_block></code> synopsis</h1>
25
<h1>Class <code>task_cancelled_exception</code></h1>
26
<pre>
27
28
-<del>namespace std {</del>
29
-namespace <ins>std::</ins>experimental {
30
-<ins>inline </ins>namespace parallel<ins>ism_v2 {</ins>
31
-<del>inline namespace v2 {</del>
+namespace std::experimental {
+inline namespace parallelism_v2 {
32
33
class task_cancelled_exception : public exception
34
{
35
public:
36
task_cancelled_exception() noexcept;
37
- virtual const char* what() const noexcept<ins> override</ins>;
+ virtual const char* what() const noexcept override;
38
};
39
-<del>}</del>
40
}
41
42
43
</pre>
44
45
<p>
0 commit comments