I made an experience, that it helped in case without precompiled headers as
well, but that was prior to VC8.0
Which error exactly do you get? Try to install an SP?
Another possiblity which helped in my case, was to either extract the lambda
expression to a local variable (like boost::function instance), or to
introduce a factory method (another level of indirection) which produced the
boost::function.
Greetings,
Ovanes
On Thu, Aug 7, 2008 at 2:09 PM, Oliver Kania
It is true that the zm option works only with precompiled headers. Any other ideas ?
Cheers, Oliver
2008/8/7 Hansi
You are right..but it works only for precompiled headers...
I had an similar error also without precompiled headers (using serialization) and there the only solution was to make the header file simpler and smaller...
Best regards Hansjörg
Ovanes Markarian schrieb:
On Thu, Aug 7, 2008 at 11:48 AM, Hansi
> wrote: I think it is not possible anymore to increment the internal compiler heap in VS2005
Best regards Hansjörg
It is possible. I did it as well and it helped sometimes... http://msdn.microsoft.com/en-us/library/bdscwf1c(VS.80).aspxhttp://msdn.microsoft.com/en-us/library/bdscwf1c%28VS.80%29.aspx
Greetings, Ovanes
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users