summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com>2021-05-10 23:07:56 +0700
committerGitHub <noreply@github.com>2021-05-10 09:07:56 -0700
commitc8c16de16793a8dc037965d2177c776212b11844 (patch)
treebbc4b75d8d2288919236df2e6d2fb362c7964c29 /CMakeLists.txt
parent4525cd9c5609f41e6f82f219a8dfef89d73e207e (diff)
downloadflatbuffers-c8c16de16793a8dc037965d2177c776212b11844.tar.gz
flatbuffers-c8c16de16793a8dc037965d2177c776212b11844.tar.bz2
flatbuffers-c8c16de16793a8dc037965d2177c776212b11844.zip
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().
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions