mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 01:05:57 +00:00
c8c16de167
This commit fixes two serious issues connected with reverse iterators: 1. Vector's rbegin/rend was incompatible with std::reverse_iterator::base(); 2. Array's rend() was incorrect, it based on end() instead of begin().