🎨 amalgamate code

This commit is contained in:
Niels Lohmann
2020-12-14 10:38:49 +01:00
parent 97fe455ad5
commit 85ffc85a29
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class json_ref
value_type const* operator->() const
{
return &**this;
return &** this;
}
private: