|
Boost : |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-03 09:00:42
The sgi.hpp in config/stdlib should also add
#if defined(__sgi)
# define BOOST_NO_STRINGSTREAM
#endif
it's needed at least for the MIPSpro Compilers: Version 7.3.1.1m
Shall I apply the patch ? (jens, john, darin ?)
Index: sgi.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/stdlib/sgi.hpp,v
retrieving revision 1.12
diff -u -r1.12 sgi.hpp
--- sgi.hpp 2001/11/05 21:37:59 1.12
+++ sgi.hpp 2002/02/03 13:55:52
@@ -38,6 +38,9 @@
# define BOOST_NO_STRINGSTREAM
#endif
+#if defined(__sgi)
+# define BOOST_NO_STRINGSTREAM
+#endif
//
// Assume no std::locale without own iostreams (this may be an
// incorrect assumption in some cases):
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk