[c++] Remove dynamic exception specifications
Dynamic exception specifications have been deprecated since C++11 and removed in C++17, and with those still in dune-alugrid fails to compile on GCC 7 and Clang 5 in C++17 mode. This patch just straight up removes them.
Showing
- dune/alugrid/impl/parallel/gitter_hexa_top_pll.h 19 additions, 19 deletionsdune/alugrid/impl/parallel/gitter_hexa_top_pll.h
- dune/alugrid/impl/parallel/gitter_pll_impl.h 18 additions, 18 deletionsdune/alugrid/impl/parallel/gitter_pll_impl.h
- dune/alugrid/impl/parallel/gitter_tetra_top_pll.h 18 additions, 18 deletionsdune/alugrid/impl/parallel/gitter_tetra_top_pll.h
- dune/alugrid/impl/serial/gitter_sti.h 5 additions, 5 deletionsdune/alugrid/impl/serial/gitter_sti.h
- dune/alugrid/impl/serial/myalloc.cc 1 addition, 1 deletiondune/alugrid/impl/serial/myalloc.cc
- dune/alugrid/impl/serial/myalloc.h 1 addition, 1 deletiondune/alugrid/impl/serial/myalloc.h
- dune/alugrid/impl/serial/serialize.h 4 additions, 4 deletionsdune/alugrid/impl/serial/serialize.h
Loading
Please register or sign in to comment