Previously, just referencing the next element in the sequence (and so constructing it, as an undefined element) would allow you to skip defining an element without turning the sequence into a map. E.g: node[0] = "foo"; // sequence of size 1 node[1]; // sequence of size 1, with an undefined element at 1 node[2] = "bar"; // FIX: should be map of size 2 (since there's no element at index 1) |
||
---|---|---|
.. | ||
gmock-1.7.0 | ||
integration | ||
node | ||
CMakeLists.txt | ||
create-emitter-tests.py | ||
handler_test.h | ||
main.cpp | ||
mock_event_handler.h | ||
ostream_wrapper_test.cpp | ||
regex_test.cpp | ||
specexamples.h |