$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Change from binary_oarchive to text_oarchive gives 'sizeof' compilation errors
From: Matthias Troyer (troyer_at_[hidden])
Date: 2008-09-26 02:47:55
On 25 Sep 2008, at 11:12, James Vanns wrote:
> Hi, in trying to debug a problem we are experiencing here with
> binary archives I tried switching to text archives to see if we get
> the same behaviour. However, now I can't even compile my code! A
> straight swap for binary_oarchive to text_oarchive gives me these
> errors:
>
> error: invalid application of sizeof to incomplete type
> boost::STATIC_ASSERTION_FAILURE<false>
>
> The arrangement of my header files is like so:
You will need to send a complete code example that gives the error and
tell us where the error appears.