Skip to content
  • Dominik Bongartz's avatar
    Fix for C++17 compatibility · f0cee0f4
    Dominik Bongartz authored
    Removed dynamic exception specifications to ensure C++17 compatibility.
    These first became an issue with GCC 11.1, although we had compiled filib with C++17 before.
    Sticking to C++14 was not an option because we include it in C++17 projects.
    f0cee0f4