
28 Feb
2007
28 Feb
'07
5:36 a.m.
On 2/27/07, Thorsten Ottosen <thorsten.ottosen@dezide.com> wrote:
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
I like "bimaps" for the namespace.
namespace boost { using bimaps::bimap; }
would would be good IMO.
Do you proposed to add this into a general header: <boost/bimap.hpp>? Regards Matias