packages/solidity

This commit is contained in:
termux-actions[bot]
2022-02-09 01:09:48 +00:00
parent f849285d99
commit 3d5cb9298f
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
--- a/libsolutil/JSON.cpp
+++ b/libsolutil/JSON.cpp
@@ -32,11 +32,6 @@
using namespace std;
-static_assert(
- (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 3),
- "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.3."
-);
-
namespace solidity::util
{