Details
Details
- Reviewers
thakis
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I just found this and realized I missed it for a very long time. I tried adding a test case, but while doing so I think this change doesn't actually change behavior: StringMapImpl::swap is only used by StringMap<T>::operator=, which guarantees that lhs and rhs have the same T and the underlying StringMapImpls the same ItemSize for that reason.
Did this cause any issues in practice?