// STLport regression testsuite component. // To compile as a separate example, please #define MAIN. #include #include #include #ifdef MAIN #define bind1st1_test main #endif #if !defined (STLPORT) || defined(__STL_USE_NAMESPACES) using namespace std; #endif int bind1st1_test(int, char**) { cout<<"Results of bind1st1_test:"<(), 2)); for(int* i = array; i != p; i++) cout << *i << endl; return 0; }