Skip to content
Snippets Groups Projects
Commit 2e9fde4d authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

[!684] add explicit capture for `this`

Merge branch 'explicit-capture-for-this' into 'master'

ref:core/dune-common This addresses the following warnings from GCC 9:

    dune/common/test/testsuite.hh:78:30: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
    dune/common/test/testsuite.hh:99:30: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]

See merge request [!684]

  [!684]: gitlab.dune-project.org/core/dune-common/merge_requests/684
parents 59d1a167 a05402c4
Branches
Tags
1 merge request!684add explicit capture for `this`
Pipeline #19096 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment