$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-01-21 10:48:11
On Wednesday 21 January 2004 08:45 am, Martin Wille wrote:
> Martin Wille wrote:
> > Douglas Gregor wrote:
> >> Speaking of which, are you using the debug mode in GCC 3.4
> >> (prerelease)? The flag is -D_GLIBCXX_DEBUG.
> >
> > No, I wasn't using this flag. Thanks for this information!
> > I'll modify my gcc-3.4 toolset to add that flag.
>
> Hmm. This seems to have triggered a couple of errors.
> I'm not sure what we're going to debug with that flag set,
> our code or the debug mode of the standard library
> implementation.
I'll check it out.
Doug