From 9072b0c98ba4f9412885a1a32002ee7214fd3dc0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 30 Jan 2014 03:36:23 +0000 Subject: Attempting to fix OSX compatibility, it's not 100%, but it builds and most things seem to work. We've also tested against LLVM. --- src/unstable/cachebase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unstable/cachebase.h') diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h index bb543dd..f3152d9 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h @@ -238,7 +238,7 @@ namespace Bu template CachePtr cast() { - return pCache->cast( *this ); + return pCache->template cast( *this ); } bool operator==( const MyType &rhs ) const -- cgit v1.2.3