K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-11T15:32:33.301019Z K 7 svn:log V 893 games/shaaft: unbreak with gcc6 or later In file included from Config.cpp:21:0: ./Config.hpp:84:63: error: template argument 3 is invalid hash_map< string, Value*, hash, equal_to > &kvmap); ^ ./Config.hpp:84:63: error: template argument 3 is invalid ./Config.hpp:84:63: error: template argument 3 is invalid ./Config.hpp:84:6: error: 'hash_map' is not a type hash_map< string, Value*, hash, equal_to > &kvmap); ^~~~~~~~ ./Config.hpp:84:14: error: expected ',' or '...' before '<' token hash_map< string, Value*, hash, equal_to > &kvmap); ^ ./Config.hpp:87:63: error: template argument 3 is invalid hash_map< string, Value*, hash, equal_to > &kvmap); ^ [...] END