|
Boost : |
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2007-12-27 06:24:11
Hi,
Shouldn't boost create a macro that identifies which version of boost
is being included?
I need to write code like this:
#if BOOST_VERSION >= 35
#include <boost/ptr_container/serialize_ptr_list.hpp>
#else
#include <workaround-for-ptr_list-serialization>
#endif
Regards,
-- Felipe Magno de Almeida
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk