// STLport regression testsuite component. // To compile as a separate example, please #define MAIN. #include #include #ifdef MAIN #define stblptn0_test main #endif static bool less_10(int a_) { return a_ < 10 ? 1 : 0; } #if !defined (STLPORT) || defined(__STL_USE_NAMESPACES) using namespace std; #endif int stblptn0_test(int, char**) { cout<<"Results of stblptn0_test:"<