Skip to content

Portability fixes to compile with XCode / libc++ and msys

Liam Keegan requested to merge ci_fixes_for_dune_copasi_2_xcode into master
  • add typename where needed
  • avoid calling constructors without all arguments (c++20 feature not yet supported by appleclang)
  • use path.string().c_str() for w_char vs char issue on msys
  • workarounds for lack of support for capturing structured bindings in a lambda with clang + -fopenmp
  • use () to convert integral_constant to the wrapped value before printing
  • only try to extract version from muparser header if library is found
  • update github CI

Merge request reports