
Attached patch fixes a test failure on Tru64. As it could possibly affect other users of the RW library, I'm asking if anyone has any objections to this patch. Markus Index: remove_whitespace.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/archive/iterators/remove_whitespace.hpp,v retrieving revision 1.6 diff -u -r1.6 remove_whitespace.hpp --- remove_whitespace.hpp 27 Jan 2005 17:34:53 -0000 1.6 +++ remove_whitespace.hpp 25 May 2005 11:43:20 -0000 @@ -47,7 +47,8 @@ #endif #if defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER) -// this is required for the RW STL on Linux: +// this is required for the RW STL on Linux and Tru64. +#undef isspace #undef iswspace #endif

I"ve got no objection. Please go ahead. Robert Ramey Markus Schöpflin wrote:
Attached patch fixes a test failure on Tru64. As it could possibly affect other users of the RW library, I'm asking if anyone has any objections to this patch.
Markus
Index: remove_whitespace.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/archive/iterators/remove_whitespace.hpp,v retrieving revision 1.6 diff -u -r1.6 remove_whitespace.hpp --- remove_whitespace.hpp 27 Jan 2005 17:34:53 -0000 1.6 +++ remove_whitespace.hpp 25 May 2005 11:43:20 -0000 @@ -47,7 +47,8 @@ #endif
#if defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER) -// this is required for the RW STL on Linux: +// this is required for the RW STL on Linux and Tru64. +#undef isspace #undef iswspace #endif
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Markus Schöpflin
-
Robert Ramey