diff options
| author | 251 <[email protected]> | 2018-07-22 21:34:45 +0200 |
|---|---|---|
| committer | 251 <[email protected]> | 2018-07-22 21:34:45 +0200 |
| commit | e3245f2e7b6f98cda38a3806da854f7d513fec2f (patch) | |
| tree | 84407bc96e5c75f252079bdb3a8d07fa6f4314b9 /src/httpserver.cpp | |
| parent | Merge #13740: trivial: remove unneeded include (diff) | |
| download | discoin-e3245f2e7b6f98cda38a3806da854f7d513fec2f.tar.xz discoin-e3245f2e7b6f98cda38a3806da854f7d513fec2f.zip | |
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 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions