1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

🚨 fixed some clang-tidy warnings

This commit is contained in:
Niels Lohmann
2018-10-07 18:39:18 +02:00
parent fa722d5ac3
commit 858e75c4df
29 changed files with 214 additions and 204 deletions

View File

@@ -59,5 +59,5 @@ struct static_const
template<typename T>
constexpr T static_const<T>::value;
}
}
} // namespace detail
} // namespace nlohmann