-
- Downloads
avoid deprecated use of std::iterator (deprecated with c++ 17)
Reduces insane amount of compiler warnings. Inheritance from std::iterator template was used to define traits of an iterator. Cool people define these traits directly nowadays.
Showing
- modules/conop/src/amino_acids.hh 7 additions, 2 deletionsmodules/conop/src/amino_acids.hh
- modules/geom/src/circular_iterator.hh 15 additions, 8 deletionsmodules/geom/src/circular_iterator.hh
- modules/mol/base/src/impl/pointer_iterator.hh 8 additions, 1 deletionmodules/mol/base/src/impl/pointer_iterator.hh
- modules/seq/base/src/aligned_column_iterator.hh 8 additions, 2 deletionsmodules/seq/base/src/aligned_column_iterator.hh
- modules/seq/base/src/impl/sequence_list_iterator.hh 11 additions, 5 deletionsmodules/seq/base/src/impl/sequence_list_iterator.hh
Loading
Please register or sign in to comment