Dear all,

ev.h since modified in 4.15 is currently invalid when used from C++: it 
includes exception information (throw()) for the typedef 
ev_loop_callback_nothrow, which is not legal in C++.

throw() is not part of a function's type, so it cannot be captured by typedef.

The correct fix is to remove EV_THROW on that particular typedef.

Best regards,

-- 
Raphael 'kena' Poss ยท r.p...@uva.nl
http://science.raphael.poss.name/



Attachment: PGP.sig
Description: Dit deel van het bericht is digitaal ondertekend

_______________________________________________
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to