$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas D'Silva (twdsilva_at_[hidden])
Date: 2006-10-04 10:09:23
Hello,
I am trying to serialize data using boost::archive::xml_oarchive. When the
resulting file is larger than 2GB, I get an error saying "File size limit
exceeded". I am using gcc version 3.2.2. I was wondering if there is a way to
use ofstream with boost::archive::xml_oarchive to write files larger than 2GB
using gcc version 3.2.2.
Thank you,
Thomas D'Silva