mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +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;
|
||||
}
|
||||
|
||||
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");
|
||||
|
||||
@@ -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