]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/caller.h
Pass an interface to the OnSync hooks
[user/henk/code/inspircd.git] / include / caller.h
index f69ff67969a170c68eafaebfa4098dfa25b9102e..c3a29e8c2c0333d57412c7ccf0b053ddb18b797b 100644 (file)
@@ -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
 {