Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: QualifiedIterator follow rule of zero
Use implicit copy constuctor by implementing SFINAE for non-const to const conversion. Addresses complation warning with clang-1316.0.21.2.5: definition of implicit copy constructor for 'QualifiedIterator<true>' is deprecated because it has a user-declared copy assignment operator
- Loading branch information