mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 20:36:27 +00:00
Fixing CI errors.
This commit is contained in:
@@ -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>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user