$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: the_dilster (dylan_at_[hidden])
Date: 2001-12-05 18:59:11
--- In boost_at_y..., "the_dilster" <dylan_at_m...> wrote:
> e:\boost_1_25_0\boost\regex\detail\regex_match.hpp(1053) : fatal
> error C1001: ININTERNAL COMPILER ERROR
>
> VC 6.0 SP 5
>
Turned out to be a precompiled header problem, seems you can't use
precompiled headers for the regex headers.
Dylan