$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-06-28 21:05:44
Fernando Cacciola wrote:
> Hi, how can I get mpl_v2?
Hi Fernando,
The relatively new snapshot is here -
http://groups.yahoo.com/group/boost/files/mpl/. The latest version is in
CVS, but it's a kind of broken right now; will be fixed tomorrow.
> If I use the web cvs interface I can't see it.
It's because it's not in the main trunk. You need to look inside "Attic"
folder(s).
> And I don't know how to use the command line cvs for this.
> (All I ever did with it was "checkout boost")
Getting sources from a branch is not much harder:
boost-root> cvs update -r mpl_v2 boost/mpl libs/mpl
:)
HTH,
Aleksey