Skip to content

Commit ba19ea1

Browse files
committed
Simplify new proposed resolution for 4304 as suggested by Hewill Kang on the reflector
1 parent c01f5e3 commit ba19ea1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xml/issue4304.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ return has_value() ? *<i>val</i> : static_cast&lt;X&gt;(std::forward&lt;U&gt;(u)
118118
<ins>
119119
-?- <i>Remarks</i>:
120120
The return type is unspecified if `T` is an array type or a non-object type.
121-
[<i>Note ?</i>: For example,
122-
<code>decay_t&lt;T&gt;</code> or
123-
<code>conditional_t&lt;is_object_v&lt;T&gt; &amp;&amp; !is_array_v&lt;T&gt;,
124-
remove_cvref_t&lt;T&gt;, void&gt;</code>
125-
could be used to avoid the declaration being ill-formed.
121+
[<i>Note ?</i>: This is to avoid the declaration being ill-formed.
126122
<i>&mdash; end note</i>]
127123
</ins>
128124
</p>

0 commit comments

Comments
 (0)