IBAMR / autoibamr

GNU Lesser General Public License v3.0
10 stars 3 forks source link

deal.II: require C++17. #150

Closed drwells closed 2 months ago

drwells commented 2 months ago

This one slipped past me because recent versions of GCC and clang both default to C++17 (but older versions of clang do not). We should unconditionally add this flag, for now (9.6 will require C++17).