Replace qalloc with boost::pmr

This commit is contained in:
seelabs
2020-09-14 14:48:29 -04:00
committed by manojsdoshi
parent ef53197e1f
commit d89c158a77
12 changed files with 155 additions and 492 deletions

View File

@@ -47,6 +47,7 @@ endif ()
find_package (Boost 1.70 REQUIRED
COMPONENTS
chrono
container
context
coroutine
date_time
@@ -69,6 +70,7 @@ target_link_libraries (ripple_boost
INTERFACE
Boost::boost
Boost::chrono
Boost::container
Boost::coroutine
Boost::date_time
Boost::filesystem