Skip to content

Commit 27cfcfa

Browse files
authored
Update xml/issue4483.xml
1 parent e259f3b commit 27cfcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4483.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ where <i>it<sub>i</sub></i> is an iterator to the <i>i<sup>th</sup></i> element
5555
<li><ins>(9.1) &mdash;</ins> <tt>T</tt> is a structural type (<sref ref="[temp.param]"/>),
5656
<del><tt>is_constructible_v&lt;T, ranges::range_reference_t&lt;R&gt;&gt;</tt> is `true`, and</del>
5757
</li>
58-
<li><ins>(9.2) &mdash;</ins> <tt>T</tt> satisfies <tt>copy_constructible</tt><ins>, and</ins></li>
58+
<li><ins>(9.2) &mdash;</ins> `T` satisfies `copy_constructible`<ins>, and</ins></li>
5959
<li><ins>(9.3) &mdash;</ins> <tt>U</tt> does not denote array type, then <tt>is_constructible_v&lt;T, ranges::range_reference_t&lt;R&gt;&gt;</tt> is <tt>true</tt>.</li>
6060
</ul>
6161
</p>

0 commit comments

Comments
 (0)