|
Boost : |
From: starlett (andrei.verovski_at_[hidden])
Date: 2000-10-10 01:10:24
Hi,
I believe I found how to fix some comilation errors with boost and CW6
Mac:
--------------------------------------------------------
# elif defined __MWERKS__
// All versions
# define BOOST_NO_SLIST
# define BOOST_NO_HASH
#elif ...
--------------------------------------------------------
algo_opt_examples.cpp and other utility tests
add using std::memset
--------------------------------------------------------
random package test
sqrt() must be std::sqrt, or using std::sqrt, or using namespace std,
otherwise CW does not see it.
*****************************************************
*** Best Regards --- Andrei Verovski ***
*** e-mail --- mac.guru_at_[hidden] ***
*** Personal Home Page - MacGuru Temple ***
*** http://homepage.mac.com/macgurutemple/ ***
*****************************************************
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk