fixed: allow implicit construction from integers

This commit is contained in:
Danny Robson 2015-01-15 13:58:56 +11:00
parent bb0271ab2b
commit f688d8adda

View File

@ -36,7 +36,7 @@ namespace util {
public:
explicit fixed(double);
explicit fixed(float);
explicit fixed(integral_type);
fixed(integral_type);
double to_double (void) const;
float to_float (void) const;