
5 Apr
2011
5 Apr
'11
9:41 p.m.
On 05/04/2011 17:16, Christopher Jefferson wrote:
using namespace boost; using namespace std; .... tuple<int,int> t;
Even if you don't include<tuple>, a definition of tuple gets pulled in by<utility>, which almost everything includes.
Please don't write "using namespace std; using namespace boost;" in boost tests. You probably shouldn't write it at all :)
Flag a bug to each affected library?