Skip to content

Commit eeb10da

Browse files
committed
LWG wording tweaks to 4376 P/R
1 parent 5a3aa91 commit eeb10da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

xml/issue4376.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ constexpr <del>basic_vec&lt;<i>integer-from</i>&lt;Bytes&gt;, Abi&gt;</del><ins>
214214
<p>
215215
-1- Let <tt><i>op</i></tt> be the operator.
216216
<p/>
217-
-2- <i>Returns</i>: A data-parallel object where the <i>i</i>-th element is initialized to the
218-
results of applying <tt><i>op</i></tt> to <tt>operator[](<i>i</i>)</tt> for all <i>i</i> in the
217+
-2- <i>Returns</i>: A data-parallel object where the <i>i</i>-th element is initialized to the
218+
results of applying <tt><i>op</i></tt> to <tt>operator[](<i>i</i>)</tt> for all <i>i</i> in the
219219
range of [0, <tt>size()</tt>).
220220
<p/>
221-
<ins>-?- <i>Remarks</i>: If there exists a vectorizable signed integral type <tt>I</tt> such that
222-
<tt>sizeof(I) == Bytes</tt>, <tt>operator+()</tt>, <tt>operator-()</tt>, and <tt>operator~()</tt>
223-
return an enabled specialization <tt>R</tt> of <tt>basic_vec</tt> such that <tt>R::value_type</tt>
224-
denotes <tt>I</tt> and <tt>R::size() == size()</tt> is <tt>true</tt>. Otherwise, these operators
225-
are deleted and the return type is unspecified.</ins>
221+
<ins>-?- <i>Remarks</i>: If there exists a vectorizable signed integer type <tt>I</tt> such that
222+
<tt>sizeof(I) == Bytes</tt> is `true`, <tt>operator+</tt>, <tt>operator-</tt>, and <tt>operator~</tt>
223+
return an enabled specialization <tt>R</tt> of <tt>basic_vec</tt> such that <tt>R::value_type</tt>
224+
denotes <tt><i>integer-from</i>&lt;Bytes&gt;</tt> and <tt>R::size() == size()</tt> is <tt>true</tt>.
225+
Otherwise, these operators are defined as deleted and their return types are unspecified.</ins>
226226
</p>
227227
</blockquote>
228228
</blockquote>

0 commit comments

Comments
 (0)