$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Predef] Splitting a version number into components
From: Arindam Mukherjee (arindam.mukerjee_at_[hidden])
Date: 2014-06-03 15:42:58
Given some vendor version number, is there any macro in Predef to
split it into major, minor and patch components?
I noticed the macros BOOST_PREDEF_MAKE_* macros. What do these macros
help achieve which BOOST_VERSION cannot?
Thanks,
Arindam