[Align] and [smart_ptr] local copy of modular boost not updating correctly.
Boost smart_ptr has changed to use the new library boost align which has just passed its review. Unfortunately this change does not automatically carry forward into my local copy of modular boost. I have a directory libs/align but it is empty. What do I need to do to get this new library (and any other new submodules) into my local copy? Thanks John
On May 8, 2014, at 3:06 PM, "Fletcher, John P"
Boost smart_ptr has changed to use the new library boost align which has just passed its review.
Unfortunately this change does not automatically carry forward into my local copy of modular boost.
I have a directory libs/align but it is empty.
What do I need to do to get this new library (and any other new submodules) into my local copy?
git pull --recurse-submodules git submodule update --init git checkout develop should do it.
On Thursday 08 May 2014 21:06:34 Fletcher, John P wrote:
Boost smart_ptr has changed to use the new library boost align which has just passed its review.
Unfortunately this change does not automatically carry forward into my local copy of modular boost.
I have a directory libs/align but it is empty.
What do I need to do to get this new library (and any other new submodules) into my local copy?
git submodule update --init
participants (3)
-
Andrey Semashev
-
Belcourt, Kenneth
-
Fletcher, John P