Subject: [Boost-users] Boost.Thread annoyance
From: anony (janezz55_at_[hidden])
Date: 2009-02-25 10:15:59


Just by including: "boost/thread.hpp", which includes "boost/bind.hpp"
you pollute the namespace. If you also use Boost.Lambda, you must change
_1 to boost::lambda::_1.

Is this going to be fixed? Any workarounds?