Boost logo

Boost Users :

Subject: Re: [Boost-users] [range] questions about documentation and usage
From: Robert Ramey (ramey_at_[hidden])
Date: 2012-11-02 13:00:08


Oswin Krause wrote:
> c) The convention is: big libraries get their own namespace, small
> libraries don't need to.

range is not a small library

> Also in this case it is convenient as one can
> replace std::find with boost::find instead of boost::range::find
> which - espcially in conjunction with the adaptors - leads to a lot
> of noise for a simple thing.

one can always alias it in any application.

We might disagree on what convention is. But I'll state that the boost
namespace
is getting two crowded. We are now encouraging new library to use
the boost/<library name>/.....hpp and boost::<library name>:: ...
convention.

This really necessary to be able to use typenames such as find, etc in
different libraries.

Robert Ramey


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net