Explicitly instance one signal type for link error
This commit is contained in:
parent
6ba7a532f7
commit
165cd18c0c
@ -20,3 +20,5 @@
|
|||||||
|
|
||||||
#include "signal.hpp"
|
#include "signal.hpp"
|
||||||
|
|
||||||
|
// Instance something probably useful here so that we generate early compile/link errors.
|
||||||
|
template class signal <void>;
|
||||||
|
Loading…
Reference in New Issue
Block a user