[glibmm/wip/dboles/ustring: 1/5] ustring: Remove unused template arguments
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/wip/dboles/ustring: 1/5] ustring: Remove unused template arguments
- Date: Fri, 1 Sep 2017 11:40:17 +0000 (UTC)
commit 9640ecfc29b425eb42ec295a3574615174d5812d
Author: Daniel Boles <dboles src gnome org>
Date: Thu Jul 6 21:30:26 2017 +0100
ustring: Remove unused template arguments
https://bugzilla.gnome.org/show_bug.cgi?id=784211
glib/glibmm/ustring.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glib/glibmm/ustring.h b/glib/glibmm/ustring.h
index 4c686ff..7489126 100644
--- a/glib/glibmm/ustring.h
+++ b/glib/glibmm/ustring.h
@@ -646,7 +646,6 @@ public:
/* Returns fmt as is, but checks for invalid references in the format string.
* @newin{2,18}
*/
- template <class T1>
static inline ustring compose(const ustring& fmt);
/*! Substitute placeholders in a format string with the referenced arguments.
@@ -1355,7 +1354,6 @@ public:
inline const ustring* ptr() const { return &string_; }
};
-template <class T1>
inline // static
ustring
ustring::compose(const ustring& fmt)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]