aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
author251 <13120787+251Labs@users.noreply.github.com>2018-07-22 21:34:45 +0200
committer251 <13120787+251Labs@users.noreply.github.com>2018-07-22 21:34:45 +0200
commite3245f2e7b6f98cda38a3806da854f7d513fec2f (patch)
tree84407bc96e5c75f252079bdb3a8d07fa6f4314b9 /test/lint
parent0a34593ddb7a6d10c19533754d7a23345a155986 (diff)
downloadbitcoin-e3245f2e7b6f98cda38a3806da854f7d513fec2f.tar.xz
Removes Boost predicate.hpp dependency
This is a squashed commit that squashes the following commits: This commit removes the `boost/algorithm/string/predicate.hpp` dependenc from the project by replacing the function calls to `boost::algorithm::starts_with` `boost::algorithm::ends_with` and `all` with respectively C++11' `std::basic_string::front`, `std::basic_string::back`, `std::all_of` function calls This commit replaces `boost::algorithm::is_digit` with a locale independent isdigi function, because the use of the standard library's `isdigit` and `std::isdigit functions is discoraged in the developer notes
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-includes.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh
index 2faaef8954..8f7a1fd76b 100755
--- a/test/lint/lint-includes.sh
+++ b/test/lint/lint-includes.sh
@@ -49,7 +49,6 @@ EXPECTED_BOOST_INCLUDES=(
boost/algorithm/string.hpp
boost/algorithm/string/case_conv.hpp
boost/algorithm/string/classification.hpp
- boost/algorithm/string/predicate.hpp
boost/algorithm/string/replace.hpp
boost/algorithm/string/split.hpp
boost/bind.hpp