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

@@ -15,6 +15,7 @@ endif ()
find_dependency (Boost 1.70
COMPONENTS
chrono
container
context
coroutine
date_time

View File

@@ -722,7 +722,6 @@ target_sources (rippled PRIVATE
src/test/basics/FeeUnits_test.cpp
src/test/basics/hardened_hash_test.cpp
src/test/basics/mulDiv_test.cpp
src/test/basics/qalloc_test.cpp
src/test/basics/tagged_integer_test.cpp
#[===============================[
test sources:

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