mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add static_assert for the correct jsoncpp version
This commit is contained in:
parent
0304582cbf
commit
0bf3db3fcf
@ -27,6 +27,11 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
static_assert(
|
||||
(JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 7) && (JSONCPP_VERSION_PATCH == 7),
|
||||
"Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.7.7."
|
||||
);
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user