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