"SourceForge.net" <[EMAIL PROTECTED]> 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost