mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43:23 +00:00
packages/solidity
This commit is contained in:
14
packages/solidity/libsolutil-JSON.cpp.patch
Normal file
14
packages/solidity/libsolutil-JSON.cpp.patch
Normal 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user