boost: Update packet to version 1.70.0 + minor updates 8685/head
authorCarlos Ferreira <carlosmf.pt@gmail.com>
Mon, 15 Apr 2019 01:40:01 +0000 (02:40 +0100)
committerCarlos Ferreira <carlosmf.pt@gmail.com>
Tue, 16 Apr 2019 23:42:44 +0000 (00:42 +0100)
commit1fd601a1e78b9e629f27dd81fd730c5e39eb1712
tree6bb9dac741e77ab69c8037ae5944dd6d6cd96cb4
parentf5d67fcc0fdd7c6e87d4d4cce85f4b5542af837c
boost: Update packet to version 1.70.0 + minor updates

This commit updates the boost package to version 1.70.0 [1] and updates the
Makefile to activate c++17 compile option.

This new Boost version brings two new header-only libraries:
Outcome: [2]
  A set of tools for reporting and handling function failures in contexts where
  directly using C++ exception handling is unsuitable, from Niall Douglas.

Histogram: [3]
  Fast and extensible multi-dimensional histograms with convenient interface
  for C++14, from Hans Dembinski.

More information about this release at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_70_0.html
[2]: https://www.boost.org/libs/outcome/
[3]: https://www.boost.org/libs/histogram/

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile