snapshot: swap properly internally
This commit is contained in:
@@ -340,7 +340,8 @@ class basic_continuous_loader {
|
||||
}
|
||||
}
|
||||
|
||||
std::swap(container, other);
|
||||
using std::swap;
|
||||
swap(container, other);
|
||||
}
|
||||
|
||||
template<typename Container>
|
||||
|
||||
Reference in New Issue
Block a user