From beb2cdc49e4a621fc246a5509ee0d3421272ba78 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/qpid@1350376 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/framing/Array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/framing/Array.h b/cpp/include/qpid/framing/Array.h index 4f82d4dbf0..6254f6271a 100644 --- a/cpp/include/qpid/framing/Array.h +++ b/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