Made sure tests.cpp is testing the new vector iterator functionality.
authorWouter van Oortmerssen <wvo@google.com>
Wed, 16 Jul 2014 19:07:24 +0000 (12:07 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Mon, 21 Jul 2014 23:40:39 +0000 (16:40 -0700)
commitbd86bf60ecd1108947cf3c9b60d630b00b4eab5b
tree7bbc5f7877d1b1e4aafc7f82156fd68afde72bff
parent3e201a99b2f23c8c8475e43803d122b105db9a68
Made sure tests.cpp is testing the new vector iterator functionality.

Also fixes a potential big-endian bug, and makes iterators work
correctly with pointer types.

Change-Id: Ib7f88fe9e6053d1a9afa7895fba0695627c158b1
Tested: on Windows and Linux
include/flatbuffers/flatbuffers.h
tests/test.cpp