From 03118b75fbacc5bd951a313bcce8f74b38fc6236 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 14 Jun 2012 19:08:45 +0000 Subject: NO-JIRA: Correct template to be strictly standards comformant (work with clang 3.1 & probably gcc 4.7) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1350376 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/framing/Array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/framing/Array.h b/qpid/cpp/include/qpid/framing/Array.h index 4f82d4dbf0..6254f6271a 100644 --- a/qpid/cpp/include/qpid/framing/Array.h +++ b/qpid/cpp/include/qpid/framing/Array.h @@ -82,7 +82,7 @@ class QPID_COMMON_CLASS_EXTERN Array // For use in standard algorithms template static R get(const V& v) { - return v->get(); + return v->template get(); } private: -- cgit v1.2.1