aboutsummaryrefslogtreecommitdiff
path: root/games/criticalmass/files/patch-HashString.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/criticalmass/files/patch-HashString.hpp')
-rw-r--r--games/criticalmass/files/patch-HashString.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/criticalmass/files/patch-HashString.hpp b/games/criticalmass/files/patch-HashString.hpp
deleted file mode 100644
index c969a29da334..000000000000
--- a/games/criticalmass/files/patch-HashString.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- utils/HashString.hpp.orig Mon Aug 16 15:01:21 2004
-+++ utils/HashString.hpp Mon Aug 16 15:02:23 2004
-@@ -21,7 +21,7 @@
-
- namespace HASH_NAMESPACE
- {
-- struct hash<const string>
-+ template <> struct hash<const string>
- {
- //a simple hash function for string
- int operator()(const string & s) const
-@@ -32,7 +32,7 @@
- }
- };
-
-- struct hash<string>
-+ template <> struct hash<string>
- {
- //a simple hash function for string
- int operator()(string s) const