Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix swap of e.g .eastl::list<unique_ptr[]> with stateless/default all…
…ocator ...or any other type that has deleted copy ctor. Assume that if `allocator_type` is empty (*) then it's automatically equal to passed instance and we can erase compile-time const assignment branch, which is not compiles when T's copy ctor is deleted (e.g. unique_ptr) (*) implicitly implied EASTL_NAME_ENABLED being off, since it's makes allocator_type statefull
- Loading branch information