Merge remote-tracking branch 'origin/release/4.1' into HEAD
This commit is contained in:
@@ -170,7 +170,6 @@ public:
|
||||
{
|
||||
using std::swap;
|
||||
swap(lhs.it_,rhs.it_);
|
||||
swap(lhs.empty_,rhs.empty_);
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -248,7 +247,6 @@ public:
|
||||
{
|
||||
using std::swap;
|
||||
swap(lhs.it_,rhs.it_);
|
||||
swap(lhs.empty_,rhs.empty_);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user