The library is no longer compatible with C++17. I get:
../include/ev++.h:355:46: error: ISO C++17 does not allow dynamic exception specifications
355 | dynamic_loop (unsigned int flags = AUTO) throw (bad_loop)
| ^~~~~
../include/ev++.h:379:46: error: ISO C++17 does not allow dynamic exception specifications
379 | default_loop (unsigned int flags = AUTO) throw (bad_loop)
| ^~~~~
Dear libev experts,
The library is no longer compatible with C++17. I get: ../include/ev++.h:355:46: error: ISO C++17 does not allow dynamic exception specifications 355 | dynamic_loop (unsigned int flags = AUTO) throw (bad_loop) | ^~~~~ ../include/ev++.h:379:46: error: ISO C++17 does not allow dynamic exception specifications 379 | default_loop (unsigned int flags = AUTO) throw (bad_loop) | ^~~~~
Best regards, jodier