
27 Dec
2007
27 Dec
'07
11:24 a.m.
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