// STLport regression testsuite component. // To compile as a separate example, please #define MAIN. #include #include #ifdef MAIN #define hmset1_test main #endif // struct hash { // size_t operator()(const string& s) const { return __stl_hash_string(s.c_str()); } //}; #if defined (__MVS__) #define star 92 #else #define star 42 #if !defined (STLPORT) || defined(__STL_USE_NAMESPACES) using namespace std; #endif #endif typedef hash_multiset, equal_to > hmset; // __STL_TYPE_TRAITS_POD_SPECIALIZE(_Hashtable_node*); int hmset1_test(int, char**) { cout<<"Results of hmset1_test:"<