Boost logo

Boost :

From: Eric Woodruff (Eric.Woodruff_at_[hidden])
Date: 2002-09-10 22:12:38


If tuple gets its own subdirectory, then should there not be a
boost/tuple.hpp to pull in that library? What does boost/tuple/tuple.hpp not
include of the tuple framework?

----- Original Message -----
From: Douglas Gregor
Newsgroups: gmane.comp.lib.boost.devel
Sent: Tuesday, 2002:September:10 23:07
Subject: Re: boost paths

On Tuesday 10 September 2002 08:55 pm, Eric Woodruff wrote:
> Why is Boost.Function included with boost/function.hpp, even though there
> is a boost/function/ directory, but tuples are boost/tuple/tuple.hpp?

Because consistency is for sissies :)

I think the way Boost.Function does it is more common in Boost (at a glance:
config, format, integer, multi_array, preprocessor, random, regex,
type_traits, and utility all do this). I read it as "boost/xyz.hpp" pulls in
the entire library, whereas "boost/xyz/foo.hpp" and "boost/xyz/bar.hpp" pull
in specific features of the library.

Doug
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


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