Boost logo

Boost :

From: Jonathan Wakely (cow_at_[hidden])
Date: 2004-05-10 09:17:54


On Fri, May 07, 2004 at 11:09:24PM -0500, Vincent N. Virgilio wrote:

> For instance, how would it work with the GNU standard C++ library? My
> dated understanding is that some (all?) versions of GNU C++ streams do
> not support LFS.

In G++ 3.4 onwards the std::streamoff type is a 64bit value, so LFS
should be enabled on all systems that support it.

See the "Runtime Library" section here:
http://gcc.gnu.org/gcc-3.4/changes.html

jon


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