$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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