|
Boost : |
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2006-07-15 15:12:34
The user, or Boost in the some prefix/suffix headers, could do something
like:
// prefix...
#if defined(new)
#undef new
#define BOOST_NEW_DEFINED
#endif
// Boost includes...
// suffix...
#if defined(BOOST_NEW_DEFINED)
#if defined(BOOST_MSVC) && defined(_DEBUG)
#define new DEBUG_NEW
#endif
#endif
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk