Boost logo

Boost :

From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2003-03-16 11:33:07


>From: "Terje Slettebø" <tslettebo_at_[hidden]>

> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk