You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/brainparty/files/brainparty-0.61-gnu_cxx-has...

12 lines
219 B

--- a/WordList.h
+++ b/WordList.h
@@ -35,7 +35,7 @@
};
}
-typedef hash_set<string, hash<string> > string_hash_set;
+typedef hash_set<string, __gnu_cxx::hash<string> > string_hash_set;
class WordList {
private: