Open
Description
In the json/dynamic.h
its saying that the equal operator will do a deep equal comparison:
Lines 293 to 301 in 08d6d55
but looking into the implementation if the types are matching its just comparing the address:
Lines 119 to 131 in 08d6d55
Maybe I am missing something but it seems to me that his is incorrect and no actual deep equal comparison? (I am looking for a built-in way to do a deep equal compare)
Metadata
Metadata
Assignees
Labels
No labels