
17 Jun
2009
17 Jun
'09
8:35 p.m.
2009/6/17 JOAQUIN M. LOPEZ MUÑOZ <joaquin@tid.es>:
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