Merge remote-tracking branch 'origin/release/4.1' into HEAD

This commit is contained in:
Matt Witherspoon
2025-07-31 10:40:17 -04:00
@@ -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: