Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-09-11 15:40:39


From: "Jaakko Jarvi" <jajarvi_at_[hidden]>

> Would it be to confusing to add
>
> boost/tuple.hpp : include all below
>
> boost/tuple/tuple.hpp : basic tuple template with accessor functions etc.
> boost/tuple/tuple_io.hpp : streaming operators
> boost/tuple/tuple_comparison.hpp : < > <= >= == !=
>
> (Confusing in the sense that boost/tuple/tuple.hpp and boost/tuple.hpp
> would include different files)

Not too confusing.

> Or would it be better to go to:
>
> boost/tuple.hpp : include all below
>
> boost/tuple/tuple_basic.hpp : basic tuple template with accessor
functions etc.
> boost/tuple/tuple_io.hpp : streaming operators
> boost/tuple/tuple_comparison.hpp : < > <= >= == !=
>
> and leave
>
> boost/tuple/tuple.hpp in as a deprecated header?

If you must change, the former is certainly OK. But I don't think anything
needs to be done.

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com


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