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
Since fix16_t is just an integer,
Fix16 a(1);
calls Fix16(const fix16_t inValue) and sets value instead of 1 instead of
1*fix16_one.
Fix16(const fix16_t inValue) should be erased.
Original issue reported on code.google.com by [email protected] on 30 Jul 2014 at 2:20