Support for boost 1.71:

* replace boost::beast::detail::iequals with boost::iequals
* replace deprecated `buffers` function with `make_printable`
* replace boost::beast::detail::ascii_tolower with lambda
* add missing includes
This commit is contained in:
seelabs
2019-08-12 09:30:25 -07:00
committed by Manoj doshi
parent 2110b24090
commit ca6d5798e9
13 changed files with 51 additions and 29 deletions

View File

@@ -57,6 +57,7 @@ Shard::Shard(
bool
Shard::open(Scheduler& scheduler, nudb::context& ctx)
{
using namespace boost::filesystem;
std::lock_guard lock(mutex_);
assert(!backend_);