[utility] Missing current_function.hpp
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 ?
On 02/15/2014 06:05 AM, 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 last utility commit by Peter Dimov: d4b5fde5 Remove assert from utility deleted the file among others, looks intentional to me, no comment though that indicate why they are removed? -- Bjørn
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.
participants (3)
-
Bjørn Roald
-
Edward Diener
-
Peter Dimov