Files
flatbuffers/tests
Mika Raento 962751a6ec Improve generated comparisons for tables (#6486)
* Improve generated comparisons for tables

Previously, the generated code called std::unique_ptr<>::operator== on
non-scalar members, which would be correct only if the member was null
on both sides. After this CL, comparison is done on the pointed-to
values (including using a default-constructed value if the pointer is
null).

* Don't equate null Tables with all defaults

Also removes the cost of default-constructing tables for comparisons.

* Regenerate code

* fix formatting
2021-06-21 11:37:56 -07:00
..
2021-03-29 19:56:45 -04:00
2021-06-14 10:15:56 -07:00
2021-04-30 10:38:16 -07:00
2021-03-29 19:56:45 -04:00
2021-03-29 19:56:45 -04:00
2020-05-07 14:11:26 -07:00
2021-01-19 12:51:13 -08:00