$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2003-05-25 03:57:07
Hi John,
The following patch was needed to make your cstring.hpp work with KCC
and regex to compile: Could you please apply it or a similar workaround?
Matthias
Index: cstring.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/config/cstring.hpp,v
retrieving revision 1.2
diff -u -r1.2 cstring.hpp
--- cstring.hpp 17 May 2003 11:45:45 -0000 1.2
+++ cstring.hpp 25 May 2003 08:57:29 -0000
@@ -25,6 +25,9 @@
#include <cstring>
#include <cctype>
+#ifdef __KCC
+#include <ios>
+#endif
#include <boost/config.hpp>
namespace std{