$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Missing libs/core file
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2014-06-04 13:29:11
On Wed, Jun 4, 2014 at 10:20 AM, Vicente J. Botet Escriba wrote:
> Hi,
> I don't reach to get the last changes in libs/core after un update of the
> whole boost repository and it modules
[snip]
> What I need to do to see this new repository?
git submodule update --init
... should work.
Glen