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 8bb8370 commit 9216b52Copy full SHA for 9216b52
task_block.html
@@ -61,10 +61,8 @@ <h1><code>task_cancelled_exception</code> member function <code>what</code></h1>
61
<h1>Class <code>task_block</code></h1>
62
<pre>
63
64
-<del>namespace std {</del>
65
-namespace <ins>std::</ins>experimental {
66
-<ins>inline </ins>namespace parallel<ins>ism_v2</ins> {
67
-<del>inline namespace v2 {</del>
+namespace std::experimental {
+inline namespace parallelism_v2 {
68
69
class task_block
70
{
@@ -81,10 +79,8 @@ <h1>Class <code>task_block</code></h1>
81
79
82
80
void wait();
83
};
84
-<del>}</del>
85
}
86
87
88
</pre>
89
90
<p>
0 commit comments