mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove static_assert for Boost version
This commit is contained in:
@@ -706,9 +706,6 @@ int main (int argc, char** argv)
|
|||||||
"GCC version 5.1.0 or later is required to compile rippled.");
|
"GCC version 5.1.0 or later is required to compile rippled.");
|
||||||
#endif
|
#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.
|
// These debug heap calls do nothing in release or non Visual Studio builds.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user