$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-02-06 07:15:06
> Initial Comment:
> trying out the new boost_1_31_0 and i'm having
> problems using the updated regex library as a
> precompiled header.
Following the instructions in
http://support.microsoft.com/default.aspx?scid=kb;en-us;195738 I have a
workaround: change your project pre-compiled header settings from "Use
precompiled header file" to "Automatic use of precompiled headers". I don't
know what effect this has on compile times though - in theory none if you
enter "stdafx.h" as the header name in the box provided (I've checked this
works in your text case).
John.