Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
jni/ | 22-Nov-2023 | - | 62 | 39 | ||
README | D | 22-Nov-2023 | 294 | 8 | 5 |
README
1This test is meant to test the most basic level of RTTI support 2even if you are not using a regular C++ STL. No <typeinfo> required. 3 4This is really a way to check that the C++ compiler properly links against 5libsupc++.a without any kind of conflict, and that the dynamic_cast<> 6really works. 7 8