Files
flatbuffers/tests
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
..
2021-03-29 19:56:45 -04:00
2021-04-05 12:34:42 +03: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
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