From a8e848b1f08e71f376ddfce775794c7056609f23 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 21 Jan 2005 12:48:06 +0000 Subject: Temporarily reverted some stuff. I will recommit some of it. --- glib/glibmm/ustring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib/glibmm/ustring.h') diff --git a/glib/glibmm/ustring.h b/glib/glibmm/ustring.h index 86578b43..89d7e00a 100644 --- a/glib/glibmm/ustring.h +++ b/glib/glibmm/ustring.h @@ -235,7 +235,7 @@ public: #ifdef GLIBMM_HAVE_ALLOWS_STATIC_INLINE_NPOS static const size_type npos = std::string::npos; #else - //The IRIX MipsPro compiler says "The indicated constant value is not known", + //The MipsPro compiler (IRIX) says "The indicated constant value is not known", //so we need to initalize the static member data elsewhere. static const size_type npos; #endif @@ -605,7 +605,7 @@ private: #endif struct SequenceToString; - //The Tru64 compiler needs these partial specializations to be declared here, + //The MipsPro (IRIX) compiler needs these partial specializations to be declared here, //as well as defined later. That's probably correct. murrayc. template struct SequenceToString; -- cgit v1.2.1