From 9aef9bca3de748870d96d68c74fc423298b9829e Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 1 Jun 2011 17:13:25 +0200 Subject: [PATCH] define PAIR_TYPE as std::pair --- core/include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/util.h b/core/include/util.h index b1eabd52d..eccdbd372 100644 --- a/core/include/util.h +++ b/core/include/util.h @@ -65,7 +65,7 @@ typedef unsigned long long uint64; #endif // This is needed because the foreach macro can't get over the comma in pair -#define PAIRTYPE(t1, t2) pair +#define PAIRTYPE(t1, t2) std::pair // Used to bypass the rule against non-const reference to temporary // where it makes sense with wrappers such as CFlatData or CTxDB