$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2006-12-06 14:41:26
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