summaryrefslogtreecommitdiff
path: root/glib/glibmm/ustring.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/ustring.h')
-rw-r--r--glib/glibmm/ustring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/glibmm/ustring.h b/glib/glibmm/ustring.h
index 69b67333..c93a7d7e 100644
--- a/glib/glibmm/ustring.h
+++ b/glib/glibmm/ustring.h
@@ -1327,7 +1327,8 @@ public:
};
/** A template specialization for Stringify<const char[N]> (for string literals),
- * because the regular template has ambiguous constructor overloads for char*.
+ * because the regular template has ambiguous constructor overloads for char*
+ * on later versions of Visual C++ (2008 and later at least).
*/
template <std::size_t N>
class ustring::Stringify<const char[N]>