mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Remove __cxx11
This commit is contained in:
@@ -323,7 +323,7 @@ Command Command::lset(const std::string& list, Int64 index, const std::string& v
|
|||||||
return cmd;
|
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");
|
Command cmd("LTRIM");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user