Subject: Re: [boost] [utility] Missing current_function.hpp
From: Peter Dimov (lists_at_[hidden])
Date: 2014-02-15 07:55:55


Edward Diener wrote:
> From modular boost:
>
> switch to develop
> git pull
> git submodule update
> b2 headers
>
> No current_function.hpp anywhere
>
> switch to master
> git pull
> git submodule update
> b2 headers
>
> No current_function.hpp anywhere
>
> What am I missing ?

The --init switch, I think.

    git submodule update --init

Without it, you're not getting the new submodules, such as, in this case,
assert.