14 Jan
2010
14 Jan
'10
10:44 p.m.
W dniu 14 stycznia 2010 21:28 użytkownik ~suv <suv-sf@...58...> napisał:
I have the most up-to-date version of Xcode (3.1.4) installed. Changing from gcc 4.0.1 to 4.2 still doesn't compile the hash-tables test.
The error messages say you are still using the same broken headers from GCC 4.0.0. Did you also upgrade libstdc++?
I guess the old __gnu_cxx::hash_set should still work. I replaced std::tr1::unordered_set with that, for now. It triggers deprecation warnings in GCC 4.4 though.
Regards, Krzysztof