History log of /ndk/sources/cxx-stl/gabi++/tests/test_guard.cpp
Revision Date Author Comments
961738e37c8488142a04b173d13adb08f0f8ad4a 28-Jul-2013 David 'Digit' Turner <digit@android.com> gabi++: Implement missing array helper functions.

This implements array helper functions in GAbi++.

+ Move tests to sources/cxx-stl/gabi++/tests/

+ Add many new tests from libcxxabi. Many of them
had to be slightly altered to work here:

- Replace Clang-specific __has_feature(x) calls
with '#if __cplusplus >= 201103L' instead.

- Remove reliance on higher level headers
like <iostream>, <chrono> and a few others.

Change-Id: Id9783f68ab2ef6b77b33938567979af4024f2bd4