Remove __cxx11

This commit is contained in:
Franky Braem
2015-11-20 07:56:42 +01:00
parent 80b7804a98
commit 8bc723443a

View File

@@ -323,7 +323,7 @@ Command Command::lset(const std::string& list, Int64 index, const std::string& v
return cmd;
}
Command Command::ltrim(const std::__cxx11::string& list, Int64 start, Int64 stop)
Command Command::ltrim(const std::string& list, Int64 start, Int64 stop)
{
Command cmd("LTRIM");