
6 Dec
2006
6 Dec
'06
7:41 p.m.
Austin Bingham wrote:
Other library items have a plain name, and matching namespace - like Fusion - and a full name.
How about Boost.Access? and namespace boost::access;
Surely that name can't be taken ;-)
Or how about Boost.Database, following the lead of Boost.Filesystem? They both do the same kind of thing.
Boost.Database seems exactly right to me. The namespace would presumably be boost::database, and the headers would live in directory boost/database. If there is an "all" header, it would presumably be boost/database.hpp. --Beman