Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-05-25 07:31:50


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
 


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk