libmstch: Remove boost dependency 9917/head
authorRosen Penev <rosenp@gmail.com>
Tue, 3 Sep 2019 23:10:22 +0000 (16:10 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 4 Sep 2019 00:04:37 +0000 (17:04 -0700)
commitcb78291982b7fe615a28132f6d8d2c927ad5ae28
tree2f36a530da8422055aba006df6ade5645af9dae8
parentd7710ba9cf38468d06859c2d0f615dbcb8301491
libmstch: Remove boost dependency

Added patches that convert Boost functionality to C++17.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libmstch/Makefile
libs/libmstch/patches/010-wrench-fix-build-in-c-17-on-GCC-libstdc-and-on-clang.patch [new file with mode: 0644]
libs/libmstch/patches/020-switch-boost-variant-to-std-variant-and-to-C-17.patch [new file with mode: 0644]
libs/libmstch/patches/030-Fix-assignment-of-string-literals-to-node-conversion.patch [new file with mode: 0644]