From f64bd54093d0c57775269cf497a6cf439c971f3f Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Fri, 1 Oct 2021 18:21:06 -0400 Subject: [PATCH] Disable Boost's deque forward declaration --- Builds/CMake/RippledCore.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Builds/CMake/RippledCore.cmake b/Builds/CMake/RippledCore.cmake index 2392eea6f..eb49642e9 100644 --- a/Builds/CMake/RippledCore.cmake +++ b/Builds/CMake/RippledCore.cmake @@ -128,6 +128,7 @@ target_include_directories (xrpl_core target_compile_definitions(xrpl_core PUBLIC BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT + BOOST_CONTAINER_FWD_BAD_DEQUE HAS_UNCAUGHT_EXCEPTIONS=1) target_compile_options (xrpl_core PUBLIC