|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-06-06 16:39:23
"SourceForge.net" <noreply_at_[hidden]> writes:
> I am using boost_1_30_0 under Linux 9 on a PC.
>
> The compiler complains
>
> /home/mcobb/boost_1_30_0/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:47:
> parse
> error before `>' token
What compiler?
> line 47 is
>
> template <class R, class T , class T0>
>
> The errors continue each time the above line is
> repeated in the file line 50, 52, 54,.
Looks like either you have a preprocessor macro interfering, or a
compiler bug. Try sticking
#undef R
#undef T
#undef T0
in at line 46.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk