|
Boost : |
Subject: Re: [boost] [hash][msvc 8.0] <boost/functional/hash/detail/float_functions.hpp> issuing a using namespace std directive?
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-06-17 16:35:00
2009/6/17 JOAQUIN M. LOPEZ MUÑOZ <joaquin_at_[hidden]>:
>
> I tried to examine
> the offending header an saw no obvious using directive
> to blame, so I hope someone more knowledgeable can take
> a look at this problem.
This also compiles:
#include <list>
namespace bar {
using namespace std;
template <typename x> struct xxx {};
}
typedef list<int> foo;
So, I'll try to rearrange it so that it avoids doing anything like
that, or uses an alternative implementation for Visual C++. Or
something.
thanks,
Daniel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk