History log of /external/astl/tests/test_iterator.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6943930994c640cbb24773ddb8df99de8a5d7e16 02-Feb-2010 Nicolas Catania <niko@google.com> Implementation of vector::erase.

Added std::copy, needed to shift the element down during an erase call.

Squashed commit of the following:

commit e534509bd709350e585f722e525eb2b63ade5831
Author: Nicolas Catania <niko@google.com>
Date: Mon Feb 1 10:38:21 2010 -0800

implementation of std::copy

commit f94dad514c54c66da85d9492452610285b5ee446
Author: Nicolas Catania <niko@google.com>
Date: Sun Jan 31 14:58:15 2010 -0800

Added support for erase.
Erase element and erase range of elements.
/external/astl/tests/test_iterator.cpp
b6e436eb559cdcf43e21f6617dc0a3d90c7b89b6 25-Jan-2010 Nicolas Catania <niko@google.com> Added std::distance.
/external/astl/tests/test_iterator.cpp