$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: deansturtevant_at_[hidden]
Date: 2001-03-11 09:49:24
--- In boost_at_y..., Daryle Walker <darylew_at_m...> wrote:
> Should we add #defines for the current Boost version? They
probably would
> go in "config.hpp". They could go something like:
>
> //===================================
> #define BOOST_VERSION_MAJOR 1
> #define BOOST_VERSION_MINOR 21
> #define BOOST_VERSION_FIX 0
> //===================================
>
> --
Based on recent experience looking at code which tests for the minor
version of the GCC compiler without testing for the major version, I
think separating out major from minor in #defines is not a good idea.
How about a single version number?