$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Serge Skorokhodov (serge.skorokhodov_at_[hidden])
Date: 2005-08-11 02:52:52
Hi,
> Hi, I'm using MSVC .NET (7.1). Your site says that Visual Studio 6's
> compiler won't compile boost
> serialization code because of a "Compiler Limit". The site also says
> that VS 7.1 has no known
> problems.
>
> I'm getting that exact compiler error.
>
> Is this a know issue?
>
It may be that the compaler doesn't have enough memory by
default. Adding switch /Zm:600 or /Zm:800 to the project that
depend on boost::serialization usually helps.
-- Serge