pisa icon indicating copy to clipboard operation
pisa copied to clipboard

Replace inheritance from std::iterator

Open elshize opened this issue 2 years ago • 0 comments

std::iterator was deprecated in C++17. It should be replaced by explicitly defining iterator traits. More details here: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/

I noticed it when my compiler started throwing warnings at me around the binary collection code; but there might be more instances, we should double-check.

elshize avatar Sep 10 '22 13:09 elshize