Skip to content
Commit 344acaf6 authored by Tomaz Canabrava's avatar Tomaz Canabrava
Browse files

Modernize the C++ to accept variadic templates for signals with 6+ arguments



C++2003 didn't had variadic templates so different number of
arguments must have been already implemented in the templates
and since it's impossible to get the amount ot different methods
that paople write, a variadic template was neede.

now we can connect signal / slots with 6+ arguments.

Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent f0e2e153
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment