> -----Original Message-----
> From: starlett [mailto:andrei.verovski@parks.lv]
> Sent: Friday, October 06, 2000 2:23 AM
> To: boost@egroups.com
> Subject: [boost] boost and CW6 Mac problems
>
>
> Hi,
>
>
> I have boost (CVS snapshot Oct 4, 2000) and there seem to be problems
> with CW6 Mac.
>
> First of all, I added prefix file with the following macros:
>
> #define BOOST_NO_SLIST
> #define BOOST_NO_HASH
>
> Although MSL includes hash class, it is defined outside
> namespace std and
> I am always try to rely only on standartized features.
>
>
>
[SNIP]

I am wondering the value of these #defines.  The standard doesn't include slist and hash classes.  The original SGI implementation does but there shouldn't be a standard conforming library that provides them in namespace std.

Chris