Skip to content

Commit cc73f5d

Browse files
committed
Implement Pablo's editorial corrections to as suggested by email
1 parent 764d3a2 commit cc73f5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

algorithms.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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&gt;T&lt;</code> is a proxy for an object of type T
810+
An object of type <code>ordered_update_t<del>&gt;</del><ins>&lt;</ins>T<del>&lt;</del><ins>&gt;</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

0 commit comments

Comments
 (0)