Boost logo

Boost :

From: Dave Abrahams (abrahams_at_[hidden])
Date: 1999-11-30 08:57:22


> > * Should the iterator_ops.hpp code be part of operators.hpp, or in a
> > separate iterator_ops.hpp header?
>
> I think it would be simpler to have just the one file, especially
> since the amount of code is so small.

My inclination is that the size of a file doesn't matter hugely; I like
things to be separated by topic. Now that we've incorporated the derivation
from std::iterator<> it really seems like there are two separate topics here
(operators and iterators), but it certainly would simplify the copyright
issues to put the two files together. I guess that's especially true since
so many of my ideas went into the iterator stuff as late modifications. OK,
I'm convinced; let's put it in one file.

-Dave


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk