mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 21:25:30 +00:00
🎨 amalgamate code
This commit is contained in:
@@ -57,7 +57,7 @@ class json_ref
|
||||
|
||||
value_type const* operator->() const
|
||||
{
|
||||
return &**this;
|
||||
return &** this;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user