--- libev/ev++.h 2012/05/09 16:50:23 1.59 +++ libev/ev++.h 2012/05/18 00:00:21 1.60 @@ -552,12 +552,12 @@ return ev_embeddable_backends (); } - inline void set_allocator (void *(*cb)(void *ptr, long size)) throw () + inline void set_allocator (void *(*cb)(void *ptr, long size) throw ()) throw () { ev_set_allocator (cb); } - inline void set_syserr_cb (void (*cb)(const char *msg)) throw () + inline void set_syserr_cb (void (*cb)(const char *msg) throw ()) throw () { ev_set_syserr_cb (cb); }