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>
722
722
the result of < code > f</ code > .
723
723
</ cxx-returns >
724
724
725
+ < del >
725
726
< 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 >
727
728
</ cxx-remarks >
729
+ </ del >
728
730
729
731
< cxx-notes >
730
732
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>
805
807
</ pre >
806
808
807
809
< 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
809
811
intended to be used within a parallel application of an element access function using a
810
812
policy object of type < code > vector_policy</ code > . Simple increments, assignments, and compound
811
813
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