*** remove_whitespace.hpp.orig Sun Dec 19 14:48:18 2004 --- remove_whitespace.hpp Sun Dec 19 14:26:39 2004 *************** *** 72,77 **** --- 72,82 ---- namespace std{ using ::isspace; } #endif + #if defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER) + // this is required for the RW STL on Linux: + #undef iswspace + #endif + namespace { // anonymous template