Boost logo

Boost :

Subject: Re: [boost] [iostream] Boost should not be saying "_FPOSOFF"
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2016-09-06 14:24:19


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk