
18 Jun
2009
18 Jun
'09
11:36 a.m.
Anteru escribió:
I tried with VC10, the bug is no longer present -- at least, #include <list>
namespace bar { using namespace std; template <typename x> struct xxx {}; }
typedef list<int> foo; results in a compile error due to a missing identifier before < in the typedef list<int> line.
Can you try this? #include <list> #include <boost/functional/hash.hpp> typedef list<int> foo; Joaquín M López Muñoz Telefónica, Investigación y Desarrollo