You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/issue4325.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ template<class U>
105
105
<ins>bool <i>FUN</i>(bool) noexcept;</ins>
106
106
</pre></blockquote>
107
107
<p>
108
-
-1- <i>Mandates</i>: The expression <tt><ins><i>FUN</i>(</ins>*lhs == *rhs<ins>)</ins></tt> is well-formed <del>and its result is convertible to `bool`</del>.
108
+
-1- <i>Mandates</i>: The expression <tt><ins><i>FUN</i>(</ins>*lhs == rhs<ins>)</ins></tt> is well-formed <del>and its result is convertible to `bool`</del>.
109
109
<p/>
110
110
-2- <i>Returns</i>: If `lhs` is valueless, `false`; otherwise `*lhs == rhs`.
0 commit comments