$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-20 21:47:57
On Apr 20, 2005, at 8:11 PM, Joel wrote:
> Doug Gregor wrote:
>> The new GraphViz parser in the Graph library is implemented as an 
>> ultra-slick Spirit grammar from Ron Garcia. It works fine on newer 
>> versions of GCC and EDG, but Visual C++ 7.0 completely croaks with an 
>> internal compiler error. I've moved around code, eliminated some 
>> templates from the equation, etc., but I don't have a feel for how to 
>> fix the compiler, especially when Spirit is concerned.
>> Are there any Spirit jockeys that could give me a few hints on how to 
>> deal with this or, better yet, get it working on VC 7.1?
>
> I can give it a shot. But I'm confused: 7.0 or 7.1?
Oh, sorry; typos abound. 7.1 is all that really matters. Thanks for 
taking a look!
        Doug