Skip to content

Commit a03a105

Browse files
committed
Remove colon duplication
1 parent 03862a0 commit a03a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4324.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ constexpr add_lvalue_reference_t<T> operator*() const noexcept(noexcept(*d
9999
</pre>
100100
<blockquote>
101101
<p>
102-
<ins>-?- <i>Constraints:</i>: <tt>*declval&lt;pointer&gt;()</tt> is a well-formed expression.</ins>
102+
<ins>-?- <i>Constraints</i>: <tt>*declval&lt;pointer&gt;()</tt> is a well-formed expression.</ins>
103103
<p/>
104104
-1- <i>Mandates</i>: <tt>reference_converts_from_temporary_v&lt;add_lvalue_reference_t&lt;T&gt;,
105105
decltype(*declval&lt;pointer&gt;())&gt;</tt> is `false`.

0 commit comments

Comments
 (0)