Import nhlomann/json

From https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp
This commit is contained in:
Alex Beregszaszi 2022-09-27 01:29:55 +02:00
parent cefaede268
commit e0a3ba4ec2
3 changed files with 4688 additions and 6732 deletions

View File

@ -37,12 +37,12 @@ picosha2:
nlohmann-json:
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.10.2
| | |__ | | | | | | version 3.11.2
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/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
of this software and associated documentation files (the "Software"), to deal

View File

@ -33,8 +33,8 @@
using namespace std;
static_assert(
(NLOHMANN_JSON_VERSION_MAJOR == 3) && (NLOHMANN_JSON_VERSION_MINOR == 10) && (NLOHMANN_JSON_VERSION_PATCH == 2),
"Unexpected nlohmann-json version. Expecting 3.10.2."
(NLOHMANN_JSON_VERSION_MAJOR == 3) && (NLOHMANN_JSON_VERSION_MINOR == 11) && (NLOHMANN_JSON_VERSION_PATCH == 2),
"Unexpected nlohmann-json version. Expecting 3.11.2."
);
namespace solidity::util

File diff suppressed because it is too large Load Diff