6 Sep
2016
6 Sep
'16
6:24 p.m.
[Rob Stewart]
Can you tell us what change can be made to the code to effect what had been gained by using that macro?
It's unconditionally: #define _FPOSOFF(fp) ((long long)(fp)) So you should be able to replace it with a static_cast, or eliminate it entirely. STL