$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-12-21 11:35:46
> According to GCC's bugzilla whether this is wrong is an open Core issue
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17365
>
> I'm not sure which DR Gaby is referring to there, possibly 405 ?
Aha: you're right this is active issue 218
(http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1729.html#218), so
gcc appears to be correct, even though it results in some really unfortunate
behaviour.
Thanks for clearing that up,
John.