Boost logo

Boost :

From: starlett (andrei.verovski_at_[hidden])
Date: 2000-10-17 03:48:53


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.

*********************************************************************
*** Best Regards --- Andrei Verovski --- StarLett Ltd ***
*** Tel# --- (371) 7216-408, (371) 7545197 ***
*** Fax# --- (371) 7820-144 ***
*** e-mail --- starlett_at_[hidden] ***
*** Address --- Bikernieku str 121p, Riga, LV1079 ***
*** Republic of Latvia ***
*** ---------------------------------------------------------- ***
*** Computer, Pre-press, Digital Offset, Printing Equipment ***
*** ---------------------------------------------------------- ***
*** Personal mail --- andrei.verovski_at_[hidden] ***
*********************************************************************


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