mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +00:00
Disable Boost's deque forward declaration
This commit is contained in:
committed by
manojsdoshi
parent
bc91fd740f
commit
f64bd54093
@@ -128,6 +128,7 @@ target_include_directories (xrpl_core
|
|||||||
target_compile_definitions(xrpl_core
|
target_compile_definitions(xrpl_core
|
||||||
PUBLIC
|
PUBLIC
|
||||||
BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
|
BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT
|
||||||
|
BOOST_CONTAINER_FWD_BAD_DEQUE
|
||||||
HAS_UNCAUGHT_EXCEPTIONS=1)
|
HAS_UNCAUGHT_EXCEPTIONS=1)
|
||||||
target_compile_options (xrpl_core
|
target_compile_options (xrpl_core
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
|||||||
Reference in New Issue
Block a user