mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
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:
@@ -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_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user