
29 Nov
2004
29 Nov
'04
11:10 p.m.
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.