|
Boost : |
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-17 06:52:15
----- Original Message -----
From: "starlett" <andrei.verovski_at_[hidden]>
> Hi,
>
>
> Please add these lines to all files which uses slist and hash classes:
>
> #ifdef __MWERKS__
> using Metrowerks::slist;
> #else
> using std::slist;
> #endif
>
> Non-standard classes from SGI STL defined in namspace Metrowerks, not std.
>
> ---------------------------
>
> Better will be define macro BOOST_NAMESPACE_STL_ADDONS, which is std:: by
> default or Metrowerks:: with CW6.
Already done that way (except the macro is BOOST_STD_EXTENSION_NAMESPACE)
-Dave
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk