mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Import nhlomann/json
From https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp
This commit is contained in:
parent
cefaede268
commit
e0a3ba4ec2
@ -37,12 +37,12 @@ picosha2:
|
|||||||
nlohmann-json:
|
nlohmann-json:
|
||||||
__ _____ _____ _____
|
__ _____ _____ _____
|
||||||
__| | __| | | | JSON for Modern C++
|
__| | __| | | | JSON for Modern C++
|
||||||
| | |__ | | | | | | version 3.10.2
|
| | |__ | | | | | | version 3.11.2
|
||||||
|_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|_____|_____|_____|_|___| https://github.com/nlohmann/json
|
||||||
|
|
||||||
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
|
Copyright (c) 2013-2022 Niels Lohmann <http://nlohmann.me>.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
static_assert(
|
static_assert(
|
||||||
(NLOHMANN_JSON_VERSION_MAJOR == 3) && (NLOHMANN_JSON_VERSION_MINOR == 10) && (NLOHMANN_JSON_VERSION_PATCH == 2),
|
(NLOHMANN_JSON_VERSION_MAJOR == 3) && (NLOHMANN_JSON_VERSION_MINOR == 11) && (NLOHMANN_JSON_VERSION_PATCH == 2),
|
||||||
"Unexpected nlohmann-json version. Expecting 3.10.2."
|
"Unexpected nlohmann-json version. Expecting 3.11.2."
|
||||||
);
|
);
|
||||||
|
|
||||||
namespace solidity::util
|
namespace solidity::util
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user