Jeroen van Oosten

Results 1 issues of Jeroen van Oosten

The following will not compile due to the 'noexcept' specifier on the activate() function: ``` class Receiver: public CsSignal::SlotBase { public: Receiver (); void activate () noexcept; }; class Sender:...