Skip to content

Commit b430704

Browse files
committed
Display define_task_block in code font
1 parent 0169bcf commit b430704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h1>Function template <code>define_task_block</code></h1>
240240
The <code>define_task_block</code> function may return on a thread other than the one on which it was called
241241
unless there are no task blocks active on entry to <code>define_task_block</code> (see <cxx-ref to="parallel.task_block.class"></cxx-ref>), in which
242242
case the function returns on the original thread. When <code>define_task_block</code> returns on a different thread,
243-
it synchronizes with operations following the call. <cxx-note> The return from define_task_block is ordered
243+
it synchronizes with operations following the call. <cxx-note> The return from <ins><code>define_task_block</code></ins><del>define_task_block</del> is ordered
244244
similarly to an ordinary function call in a single thread.</cxx-note> The <code>define_task_block_restore_thread</code>
245245
function always returns on the same thread as the one on which it was called.
246246
</cxx-remarks>

0 commit comments

Comments
 (0)