$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] testing boost version
From: Mathieu Champlon (m.champlon_at_[hidden])
Date: 2015-09-05 10:33:42
Hello,
I have a library supposed to work with several versions of Boost.
It uses features from Boost.Test which API has changed between 1.58 and 1.59
I naively tried to use Snippet BOOST_PP_LESS to test BOOST_VERSION (e.g.
Snippet 105900) but it only accepts values up to BOOST_PP_LIMIT_MAG
(e.g. 256).
What would be the best way to solve my problem ?
Thanks a lot !
MAT.