mirror of
https://github.com/nlohmann/json.git
synced 2026-07-05 10:05:10 +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