Maurizio Drocco
Maurizio Drocco
`buffered_insert_iterator` should be sub-type of `insert_iterator` etc.
For uniformity with the current status of code (see discussion for PR #119), I think we should remove any policy-less function interface from algorithm.h and numeric.h. In the current version,...
- double-check shad iterators are forward iterators - rename template parameters `ForwardIt` (or variants) for shad algorithms
https://travis-ci.org/droccom/SHAD/jobs/472429962 - move constructors should be marked noexcept [misc-noexcept-move-constructor] - move assignment operators should be marked noexcept [misc-noexcept-move-constructor] - missing username/bug in TODO [google-readability-todo] - suspicious usage of 'sizeof(...)/sizeof(...)'; numerator...
This is a spinoff of #929 , following up the first batches of type fixes in various PRs. The following files are reported to contain type issues according to `pyright`...