|
Boost Users : |
From: John Maddock (john_at_[hidden])
Date: 2005-11-24 05:29:22
> 1) the indicated type is incomplete
> std::basic_istream<charT> m_is; // stream for
> parsing numbers.
> Not sure about this one. Missing include somewhere or maybe SGIs STL
> is f00bar
Looks like someone needs to include <istream> in their source maybe? Where
does this occur?
> 2) The indicated enumeration value is out of "int" range.
> enum npos_type { npos = (size_type)-1 };
> I assume it's the same problem as with IBMCPP. Don't know if MIPSpro
> can have 64-bits enums.
>
> 3) Threading is disabled: _SGI_MP_SOURCE is undefined
>
> If somebody could help me out with these, I'd be very grateful.
I think threading support will be turned on whenever _POSIX_THREADS is
defined in unistd.h, is that the case? And if not why not?
Not sure if this helps, John.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net