3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-31 23:34:55 +00:00

removing address dependencies

This commit is contained in:
Ken McMillan 2013-12-15 15:49:06 -08:00
parent eee2d7af94
commit ebc8a43fe3
10 changed files with 100 additions and 7 deletions

View file

@ -141,6 +141,7 @@ namespace std {
#ifndef WIN32
#if 0
namespace stl_ext {
template <class T>
class hash<T *> {
@ -150,6 +151,7 @@ namespace stl_ext {
}
};
}
#endif
#endif