[Tinytl-general] Question about ttl::func and ttl::sig
Brought to you by:
egladysh
|
From: Denis N <dz...@gm...> - 2014-12-12 11:09:11
|
Hello, I'm trying to use the ttl signals. But I'm having an issue with the function signature with an empty parameter list. Ex: ex: ttl::sig::signal<void(void)> or ttl::sig::signal<void()> I get errors like error C2091: function returns function Do you know if the functions with no parameters are supported ? Thanks, great library! Denis |