History log of /ndk/sources/cxx-stl/system/include/stl_pair.h
Revision Date Author Comments
50a1bc66f8474cbe6f9757b7bc66c56c4c923c32 18-Feb-2013 David 'Digit' Turner <digit@android.com> Fix system and GABI++ headers.

The C++ headers provided by the 'sytem' and 'gabi++' runtimes do
not compile for API level < 9 (cstdlib), or at all (stl_pair.h).

This patch fixes these issues, and also adds a regression test.

Change-Id: Ia78b3871039ed40dd2089da96bd775e9c2d359cd
5b690c13f5d908a403e2d09cfa7ac50c8767a897 07-Jul-2010 David 'Digit' Turner <digit@google.com> C++ system headers refresh.

The headers are moved out of the platforms directory, and into
$NDK/sources/cxx-stl/system. This will drastically ease using other
STL implementations like STLport or GNU Libstdc++ in the future.

libstdc++ is not a mandatory dynamic dependency for C-based modules,
instead, it is now added automatically to modules that contain
at least one C++ source.

Change-Id: I84a859fdd460f3e9849e07c667c101a67aa84263
Note: nothing here is specific to a given Android API level.