deps: Bump included boost to 1.72.

This commit is contained in:
Jason Volk 2020-02-25 15:29:51 -08:00
parent 00734c3a19
commit e194c134e3
2 changed files with 3 additions and 1 deletions

2
deps/boost vendored

@ -1 +1 @@
Subproject commit b143a5b72075f47307a23e680889d8434c8afc54
Subproject commit 789155d431930ebef4766550ed7bd09f62eac714

View File

@ -101,6 +101,7 @@ run cd deps/boost
### Build toolsy
run git submodule update --init --recursive --checkout tools/build
run git submodule update --init --recursive --checkout tools/inspect
run git submodule update --init --recursive --checkout tools/boost_install
### These are the libraries we need. Most of them are header-only. If not header-only,
### add to the list --with-libraries in the ./bootstrap command below
@ -111,6 +112,7 @@ run git submodule update --init --recursive --checkout libs/type_traits
run git submodule update --init --recursive --checkout libs/config
run git submodule update --init --recursive --checkout libs/core
run git submodule update --init --recursive --checkout libs/detail
run git submodule update --init --recursive --checkout libs/headers
run git submodule update --init --recursive --checkout libs/asio
run git submodule update --init --recursive --checkout libs/system