$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Igor R (boost.lists_at_[hidden])
Date: 2008-06-05 11:00:12
> Well I tried, but I got a rare unrelated compile error in the middle of an STL
> header. Mostly they are then related to out of memory conditions or crashes
> within the compiler.
Usually, you can use some option to increase PCH memory-usage limit.
In Eg., in VS2005 you can compile with -Zm111 or even -Zm122 option.