[fix] Use isValid in C++14 compatible way
Lambdas in constexpr are only allowed from C++17. The functions returned from isValid cannot be used in a constexpr context in C++14.
Showing
- dumux/assembly/partialreassembler.hh 9 additions, 4 deletionsdumux/assembly/partialreassembler.hh
- dumux/common/typetraits/isvalid.hh 2 additions, 1 deletiondumux/common/typetraits/isvalid.hh
- dumux/nonlinear/newtonsolver.hh 21 additions, 14 deletionsdumux/nonlinear/newtonsolver.hh
- test/common/typetraits/test_isvalid.cc 1 addition, 1 deletiontest/common/typetraits/test_isvalid.cc
Loading
Please register or sign in to comment