Fixing CI errors.

This commit is contained in:
Anthony VH
2021-03-24 23:33:21 +01:00
parent 8e79917d32
commit 2b865131d8
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ namespace nlohmann
template <>
struct adl_serializer<NonDefaultConstructible>
{
static NonDefaultConstructible from_json (json const& j) noexcept
static NonDefaultConstructible from_json (json const& j)
{
return NonDefaultConstructible(j.get<int>());
}