File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -722,9 +722,11 @@ <h1>No vec</h1>
722722 the result of < code > f</ code > .
723723 </ cxx-returns >
724724
725+ < del >
725726 < cxx-remarks >
726- If < code > f</ code > returns a result, the result is ignored.
727+ < del > If < code > f</ code > returns a result, the result is ignored.</ del >
727728 </ cxx-remarks >
729+ </ del >
728730
729731 < cxx-notes >
730732 If < code > f</ code > exits via an exception, then < code > terminate</ code > will be called, consistent
@@ -805,7 +807,7 @@ <h1>Ordered update class</h1>
805807</ pre >
806808
807809 < p >
808- An object of type < code > ordered_update_t>T <</ code > is a proxy for an object of type T
810+ An object of type < code > ordered_update_t< del > ></ del > < ins > < </ ins > T < del > <</ del > < ins > > </ ins > </ code > is a proxy for an object of type T
809811 intended to be used within a parallel application of an element access function using a
810812 policy object of type < code > vector_policy</ code > . Simple increments, assignments, and compound
811813 assignments to the object are forwarded to the proxied object, but are sequenced as though
You can’t perform that action at this time.
0 commit comments