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/astring.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/strings/astring.hpp') diff --git a/src/strings/astring.hpp b/src/strings/astring.hpp index aab14cf..b0fb196 100644 --- a/src/strings/astring.hpp +++ b/src/strings/astring.hpp @@ -49,12 +49,6 @@ namespace strings explicit AString(const MString& s); - template - AString(char (&s)[n]) = delete; - - template - AString(const char (&s)[n]); - template AString(It b, It e); @@ -66,6 +60,7 @@ namespace strings AString(XString); template AString(const VString& v); + AString(LString s); iterator begin() const; iterator end() const; -- cgit v1.2.3-60-g2f50