Skip to content

[cleanup] fix some GCC 7 warnings

Felix Gruber requested to merge cleanup/gcc-7-warnings into master

This fixes some warnings regarding deprecated throw(...) (see #71 (closed)) and an error due to a missing include for std::function when using the C++ Standard Library from GCC 7.

Merge request reports