11 Aug
2005
11 Aug
'05
7:52 a.m.
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