$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Shunsuke Sogame (mb2act_at_[hidden])
Date: 2006-07-11 08:27:19
Hi,
void foo()
{ }
void test()
{
boost::addressof(::foo);
}
doesn't compile under GCC 3.4.4.
What happens?
-- Shunsuke Sogame