Files
flatbuffers-bigfoot/include/flatbuffers
Alex Ames 97face1527 Changed how vector_data works. (#4467)
In some debug environments using vector[i] does bounds checking even
though the standard specifies that it should not. Using
*(vector.begin()) sidesteps this though, giving the same result without
the bounds checking.
2017-10-20 16:49:15 -07:00
..
2017-06-13 08:50:27 -07:00
2017-10-16 09:24:11 -07:00