From 3aa7a0dafe24faba4af8f70a257f74f07162e277 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Mon, 17 Aug 2009 20:34:29 +0000 Subject: HPUX patch from Alexander Melnikov. --- src/google/protobuf/stubs/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/stubs/hash.h') diff --git a/src/google/protobuf/stubs/hash.h b/src/google/protobuf/stubs/hash.h index c3414138..a828a9c6 100644 --- a/src/google/protobuf/stubs/hash.h +++ b/src/google/protobuf/stubs/hash.h @@ -98,7 +98,7 @@ template { }; -#elif defined(_MSC_VER) +#elif defined(_MSC_VER) && !defined(_STLPORT_VERSION) template struct hash : public HASH_NAMESPACE::hash_compare { -- cgit v1.2.3