$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-12-21 09:31:49
"Allen Yao" <yaozhen_at_[hidden]> wrote
> I tried Arkadiy's example with G++ 3.4.2 on my Debian Linux,
> and got the same error messages.
Well, you should :-)
Jonathan said unqualified calls in STL have been fixed -- not the ADL issue.
My example doesn't actually use STL -- I emulate it. If you qualify the
call in my example, the problem should go away, as it should if the calls in
the g++ STL have been actually qualified.
Regards,
Arkadiy