$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSoC, MPL11] Community probe
From: Louis Dionne (ldionne.2_at_[hidden])
Date: 2014-05-03 12:50:13
Niall Douglas <s_sourceforge <at> nedprod.com> writes:
> 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