27 Jan
2003
27 Jan
'03
3:19 p.m.
On Monday 27 January 2003 10:07 am, Markus Werle wrote:
They are used _in_ _parallel_, not together. IMHO it is a good idea to have them both in name namespaces.
Any good reason to leave them in :: scope?
Because writing boost::_1 is a lot of extra typing, and "using namespace boost" is not an option for all users (it brings in a lot of names that might conflict with user code). I keep hoping that Boost.Bind's _1 and Boost.Lambda's _1 will become the same entity at some point... Doug