From 165cd18c0c240ff77832698ce0ee1277149cfbf3 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 3 Jul 2011 16:05:50 +1000 Subject: [PATCH] Explicitly instance one signal type for link error --- signal.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/signal.cpp b/signal.cpp index d9e293b4..aa752fad 100644 --- a/signal.cpp +++ b/signal.cpp @@ -20,3 +20,5 @@ #include "signal.hpp" +// Instance something probably useful here so that we generate early compile/link errors. +template class signal ;