C++ fixed compile error C2678 with msvc when using std::find_if on vectors (#4262)
authorschoetbi <schoetbi@users.noreply.github.com>
Wed, 12 Apr 2017 23:37:22 +0000 (01:37 +0200)
committerWouter van Oortmerssen <aardappel@gmail.com>
Wed, 12 Apr 2017 23:37:22 +0000 (16:37 -0700)
commit1fc12e0e5b7782d584381ae74f2ec7bc520fb82a
tree70574090b893a7f7032ba5a5585583daa4694e92
parente6fa7b11333a8da26ea800bb9b7b4bbb25b10879
C++ fixed compile error C2678 with msvc when using std::find_if on vectors (#4262)

In Debug mode it is checked that iterator begin is less than end
therefore the operator< in class VectorIterator is needed
include/flatbuffers/flatbuffers.h