-
Key: CPP11-80
-
Legacy Issue Number: 1783
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The fixed mapping in 98-07-12 shows:
Fixed operator > (const Fixed &val1, const Fixed& val2);
Fixed operator < (const Fixed &val1, const Fixed& val2);
Fixed operator >= (const Fixed &val1, const Fixed& val2);
Fixed operator <= (const Fixed &val1, const Fixed& val2);
Fixed operator != (const Fixed &val1, const Fixed& val2);
Fixed operator == (const Fixed &val1, const Fixed& val2);I"m surprised at the return type – shouldn"t that be bool for ANSI
compilers and int for non-ANSI compilers? -
Reported: CPP 1.0b1 — Fri, 7 Aug 1998 04:00 GMT
-
Disposition: Resolved — CPP 1.1
-
Disposition Summary:
Already resolved.
-
Updated: Fri, 6 Mar 2015 20:58 GMT