From 56e149a51562b9d2620bc9037a81735c29ea95af Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 14 Apr 2014 11:02:47 -0700 Subject: Ditch gcc 4.6 support --- src/strings/rstring.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/strings/rstring.hpp') diff --git a/src/strings/rstring.hpp b/src/strings/rstring.hpp index 7cb19d6..1de4db0 100644 --- a/src/strings/rstring.hpp +++ b/src/strings/rstring.hpp @@ -56,12 +56,6 @@ namespace strings explicit RString(const MString& s); - template - RString(char (&s)[n]) = delete; - - template - RString(const char (&s)[n]); - template RString(It b, It e); @@ -73,6 +67,7 @@ namespace strings RString(XString); template RString(const VString& v); + RString(LString s); iterator begin() const; iterator end() const; -- cgit v1.2.3-60-g2f50