$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-07-14 09:43:17
On Jul 14, 2005, at 8:30 AM, Douglas Gregor wrote:
> Lines like this:
>
> keyword<name_>& name = instance();
>
> are causing failures on lots of compilers. It looks like the workaround
> is simple, but we need to apply it to the platforms that are still
> failing...
... I've worked around the issue on Apple's GCC 3.3.
Doug