Talk:cpp/iterator/reverse iterator/operator=
From cppreference.com
This page claims that the assignment operator template is "Copy assignment operator."
However, according to [class.copy.assign]/1 in N4762, a copy assignment operator is "a non-static non-template member function"; therefore, the claim can't be true.
- fair enough (and cpp/language/copy_assignment says the same). Edited. --Cubbi (talk) 09:09, 15 October 2018 (PDT)