mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 03:46:26 +00:00
🔨 improved code #1021
This commit is contained in:
@@ -118,7 +118,7 @@ struct nocopy
|
||||
// for #1021
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
using float_json = nlohmann::basic_json<std::map, std::vector, std::string, bool, std::int32_t, std::uint32_t, float>;
|
||||
using float_json = nlohmann::basic_json<std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, float>;
|
||||
|
||||
|
||||
TEST_CASE("regression tests")
|
||||
|
||||
Reference in New Issue
Block a user