Files
flatbuffers/tests/union_vector
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
..
2017-08-11 09:28:06 -07:00
2019-07-22 16:05:15 -07:00
2017-08-11 09:28:06 -07:00
2019-07-22 16:05:15 -07:00
2021-04-12 10:41:59 -07:00
2019-07-22 16:05:15 -07:00
2017-08-11 09:28:06 -07:00