$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2002-09-11 17:20:39
On Wed, 11 Sep 2002, Jaakko Jarvi wrote:
> 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)
I like this version best. 'tuple' is the class, so it makes sense that
'tuple.hpp' is the header.
Doug