🔨 improved code #1021

This commit is contained in:
Niels Lohmann
2018-03-28 19:37:21 +02:00
parent a9baab76c2
commit 896a9db461
4 changed files with 79 additions and 97 deletions

View File

@@ -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")