From b40f197f20b2decac76dfa145f0bf99f0a0be612 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 21 May 2013 02:34:10 +0100 Subject: Add support for detecting C++11 variadic templates. --- include/caller.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/caller.h') diff --git a/include/caller.h b/include/caller.h index f69ff6796..c3a29e8c2 100644 --- a/include/caller.h +++ b/include/caller.h @@ -21,8 +21,7 @@ #pragma once -/* Pending some sort of C++11 support */ -#if 0 +#if defined HAS_CXX11_VARIADIC_TEMPLATES template class CoreExport Handler : public classbase { -- cgit v1.2.3