From aab47e09b66197440f31d6b3c66b594d1e3c20a8 Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Wed, 20 Jun 2018 07:28:03 -0400 Subject: [PATCH] Remove static_assert for Boost version --- src/ripple/app/main/Main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ripple/app/main/Main.cpp b/src/ripple/app/main/Main.cpp index 1fc7bb8bde..fd81bff21d 100644 --- a/src/ripple/app/main/Main.cpp +++ b/src/ripple/app/main/Main.cpp @@ -706,9 +706,6 @@ int main (int argc, char** argv) "GCC version 5.1.0 or later is required to compile rippled."); #endif - static_assert (BOOST_VERSION >= 106700, - "Boost version 1.67 or later is required to compile rippled"); - // // These debug heap calls do nothing in release or non Visual Studio builds. //