3 May
2014
3 May
'14
4:50 p.m.
Niall Douglas
In short, your namespace would be boost::mpl. MPL98 might be rehoused into boost::mpl::v1 and yours might be mapped into boost::mpl::v2. A C macro define then maps the user selected namespace version into boost::mpl, with the default usually being the most recent version.
That is good to know -- thanks. For now I will leave it as boost::mpl11 because I got more urgent stuff to do, but I'll eventually rename it. Louis