Home | History | Annotate | only in /ndk/tests/device/test-basic-rtti
Up to higher level directory
NameDateSize
jni/10-Jul-2012
README10-Jul-2012294

README

      1 This test is meant to test the most basic level of RTTI support
      2 even if you are not using a regular C++ STL. No <typeinfo> required.
      3 
      4 This is really a way to check that the C++ compiler properly links against
      5 libsupc++.a without any kind of conflict, and that the dynamic_cast<>
      6 really works.
      7 
      8