On Thu, Jul 07, 2011 at 11:18:17PM +0200, Kai Sterker wrote: > but it may well be triggered by our mingling of "normal" > STL and TR1 headers.
Are you referring to this, in base/hash_map.h? namespace std { using namespace tr1; } I suspect that's not quite safe. :-) I don't have gcc 4.6 handy, but I'd be curious what the results would be if the above line was commented out, and -std=c++0x or -std=gnu++0x was added to the command line. - Chris _______________________________________________ Adonthell-general mailing list Adonthell-general@nongnu.org https://lists.nongnu.org/mailman/listinfo/adonthell-general