mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +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");
|
||||||
|
|
||||||
@@ -617,4 +617,4 @@ Command Command::rpush(const std::string& list, const StringVec& values, bool cr
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}} // Poco::Redis
|
}} // Poco::Redis
|
||||||
|
|||||||
Reference in New Issue
Block a user