K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-07-26T17:02:21.019518Z K 7 svn:log V 1145 devel/clanlib: ignore libstdc++ 4.2 after r446644 In file included from Unix/clanapp.cpp:32: In file included from ../../Sources/API/App/clanapp.h:35: ../../Sources/API/App/../Core/Text/string_types.h:64:9: error: explicit specialization of non-template class 'hash' class hash : hash ^ ~~~~~~~~~~~ ../../Sources/API/App/../Core/Text/string_types.h:64:27: error: unknown template name 'hash' class hash : hash ^ ../../Sources/API/App/../Core/Text/string_types.h:69:16: error: expected '(' for function-style cast or type construction return hash::operator()(keyval.c_str()); ~~~~^ ../../Sources/API/App/../Core/Text/string_types.h:69:17: error: expected expression return hash::operator()(keyval.c_str()); ^ 4 errors generated. Pointy hat to: jbeich END