Skip to content

Fix some deprecation warnings

Lukas Renelt requested to merge lukas.renelt/dune-pdelab:master into master

Fixes the following deprecation warnings:

  • Use of CollectiveCommunicationand getCollectiveCommunication() (deprecated in core/dune-common@d4ef4c20)
  • Use of [=] to capture this (deprecated in C++20)

Merge request reports