
23 Feb
2006
23 Feb
'06
5:31 p.m.
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