$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-02-23 12:31:50
Arkadiy Vertleyb wrote:
> Could anybody with one of those compilers installed help me figure out why
> they complain about this code:
You might want to try using BOOST_NESTED_TEMPLATE. These versions of GCC mistake '<' for the less operator in some contexts.
> boost::is_same<BOOST_TYPEOF_TPL(&f), void(*)()>::value
boost::BOOST_NESTED_TEMPLATE is_same<...
Regards,
Tobias