mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03: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