Boost logo

Boost :

Subject: Re: [boost] std::tuple vs boost::tuple clashes in C++0x
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-04-05 17:41:08


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?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk