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 ;