>From: "Terje Slettebų" <[EMAIL PROTECTED]> > When trying to use integer_traits on Intel C++ 7.0, I get the following > error (main line and branch): > > boost/integer_traits.hpp(69): error: name followed by "::" must be a class > or namespace name > public detail::integer_traits_base<bool, false, true> > ^ > > This is the compiler's way of saying that "integer_traits_base" is not known > at this point.
Actually, it means that "detail" is not known, of course. However, the next error says that "integer_traits_base" isn't known, either. Terje _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost