$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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