Eric Niebler

Results 237 comments of Eric Niebler

This is a tricky one. The root issue is that for `output_indexalator`, which is a random access iterator, `operator*` returns by reference but `operator[]` returns by value. This is allowed...

> Is this ready to merge? I ... think so? I can rebase, retest and commit if all looks good.