mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 09:42:40 +00:00
* [C++] Remove std::iterator usage (#4340) Inheriting from std::iterator has never been required, and it's deprecated in C++17. It can be replaced by directly providing typedefs. Include <iterator> for std::random_access_iterator_tag. Note that structs default to public access control. * [C++] Change whitespace style in typedefs.
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
da67c0a71f
commit
86b505e412
@@ -19,6 +19,7 @@
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
||||
#ifdef _STLPORT_VERSION
|
||||
|
||||
Reference in New Issue
Block a user