From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-29 18:10:17


Stefan Slapeta wrote:
>
> This might be a different discussion but I simply don't understand what
> are the rules for putting boost.bind and boost.function in the 'global'
> boost namespace and many other libraries not. Historical reasons? A
> matter of interface size?

boost::bind is one identifier. boost::function is one identifier. It doesn't
make much sense to put one identifier in its own subnamespace.