mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 05:45:18 +00:00
cc25516d3e
* Fix DetachedBuffer move assignment lifetime DetachedBuffer move assignment now destroys it's own content, rather than waiting for the destructor of other. See more under #4435 Add missing function return type * Rename empty_assign to reset Reset after destroy reset() now operates on itself