1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

🎨 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

View File

@ -57,7 +57,7 @@ class json_ref
value_type const* operator->() const
{
return &**this;
return &** this;
}
private: