$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-02-27 05:13:32
John Maddock wrote:
> Michael Marcin wrote:
>
>>According to:
>>
>>http://www.boost.org/more/lib_guide.htm#Guidelines
>>
>>"The library's primary namespace (in parent ::boost) is given that
>>same
>>name, except when there's a component with that name (e.g.,
>>boost::tuple),
>>in which case the namespace name is pluralized. For example,
>>
>>>>boost::filesystem."
>>
>>i.e. bimap should be in namespace boost::bimaps
namespace boost
{
using bimaps::bimap;
}
would would be good IMO.
-Thorsten