Boost logo

Boost :

From: scleary_at_[hidden]
Date: 2000-06-22 07:46:25


> I try use boost with the GGCL library on IRIX 6.5 with the
> MIPSpro 7.30
> compiler and on OSF1 V4.0 with the Compaq C++ V6.2-024 for
> Digital UNIX
> V4.0B (Rev. 564) compiler. On both systems I am having the
> same problem:
>
> ...
>
> Does anybody know a solution to this problem ?

Under C++, wchar_t is a builtin type, like int, so it can't be in a using
declaration.

(wchar_t was a type name in C, but is now a keyword -- see [C.2.2.1])

        -Steve


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