Merge pull request #5909 from ethereum/c++17

Use specific boost include in DocStringParser
This commit is contained in:
Alex Beregszaszi 2019-01-31 13:55:27 +00:00 committed by GitHub
commit 717727940d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
#include <liblangutil/ErrorReporter.h>
#include <liblangutil/Exceptions.h>
#include <boost/range/algorithm.hpp>
#include <boost/range/algorithm/find_first_of.hpp>
#include <boost/range/irange.hpp>
using namespace std;