Boost logo

Boost Users :

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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net