summaryrefslogtreecommitdiff
path: root/include/caller.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/caller.h')
-rw-r--r--include/caller.h3
1 files changed, 1 insertions, 2 deletions
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<typename ReturnType, typename... Args> class CoreExport Handler : public classbase
{