Using boost signals without variadic templates

214 Views Asked by At

I was rather unpleasantly surprised to find out that Boost.Signals2 do not work with the Intel C++ Compiler due to the lack of adequate support for variadic templates. So my question is - how can I make do without them? Is there a way?

0

There are 0 best solutions below