This commit is contained in:
Tiago Gomes
2013-02-08 00:56:42 +00:00
parent c41b6d80b6
commit 98842dca74
3 changed files with 17 additions and 34 deletions

View File

@@ -77,14 +77,12 @@ namespace std {
template <> struct hash<horus::Symbol> {
size_t operator() (const horus::Symbol& s) const {
return std::hash<unsigned>() (s);
}
};
}};
template <> struct hash<horus::LogVar> {
size_t operator() (const horus::LogVar& X) const {
return std::hash<unsigned>() (X);
}
};
}};
} // namespace std