Files
flatbuffers-bigfoot/include/flatbuffers
Vladimir Glavnyy c8c16de167 Fix reverse iterators for Vector and Array (#6626)
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().
2021-05-10 09:07:56 -07:00
..
2019-12-23 12:13:48 -08:00
2020-09-22 17:57:01 -07:00
2021-01-22 10:46:53 -08:00