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
[Example 1 : It is valid to instantiate valarray<complex>, but operator>() will not be successfully instantiated for valarray<complex> operands, since complex does not have any ordering operators. — end example]
What is valarray<complex>? What is complex?
Referring to operator>() with parentheses is wrong too, there's no such function signature, and that's not a valid function call expression.
The text was updated successfully, but these errors were encountered:
[numeric.requirements]:
What is
valarray<complex>
? What iscomplex
?Referring to
operator>()
with parentheses is wrong too, there's no such function signature, and that's not a valid function call expression.The text was updated successfully, but these errors were encountered: