summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-01-21 12:48:06 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-01-21 12:48:06 +0000
commita8e848b1f08e71f376ddfce775794c7056609f23 (patch)
treeda3afa00b8a0d9e09245cc7e7769db014fe6f418 /glib/glibmm/ustring.h
parent477ea23168b754530c508e31729d29bc309a4b13 (diff)
downloadglibmm-a8e848b1f08e71f376ddfce775794c7056609f23.tar.gz
Temporarily reverted some stuff. I will recommit some of it.
Diffstat (limited to 'glib/glibmm/ustring.h')
-rw-r--r--glib/glibmm/ustring.h4
1 files changed, 2 insertions, 2 deletions
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 <class In>
struct SequenceToString<In, char>;