![](https://secure.gravatar.com/avatar/b47d036b8f12e712f4960ba78404c3b2.jpg?s=120&d=mm&r=g)
16 May
2014
16 May
'14
4:39 a.m.
2014-05-15 23:47 GMT+02:00 Johan Engelen <jbc.engelen@...2592...>:
Hi Krzysz, The following lines in ui/tool/node.h are causing trouble with gcc 4.9 C++11:
#if HAVE_TR1_UNORDERED_SET namespace std { namespace tr1 { template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >; } } #endif
Is it OK to remove those? If I comment them out, all seems to work fine. I cannot find the specialization definition anywhere, so seems only a fwd decl?
Looks like this is some kind of a leftover from something I didn't finish and then forgot about it. If there is no definition, it can be removed.
Regards, Krzysztof