Skip to content

Fix compliation issues with cxx20 standard.

Robert K requested to merge bugfix/bugfix-gfproject into master

Both clang and gcc won't compile dune-common when python bindings are enabled due to a small problem in pybind11. The latest stable version of pybind11 seemed to have this problem also.

Merge request reports