We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01f5e3 commit ba19ea1Copy full SHA for ba19ea1
xml/issue4304.xml
@@ -118,11 +118,7 @@ return has_value() ? *<i>val</i> : static_cast<X>(std::forward<U>(u)
118
<ins>
119
-?- <i>Remarks</i>:
120
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<T></code> or
123
-<code>conditional_t<is_object_v<T> && !is_array_v<T>,
124
-remove_cvref_t<T>, void></code>
125
-could be used to avoid the declaration being ill-formed.
+[<i>Note ?</i>: This is to avoid the declaration being ill-formed.
126
<i>— end note</i>]
127
</ins>
128
</p>
0 commit comments