Skip to content

Document issue with Dune::overload/Dune::orderedOverload and gcc 5/6

Carsten Gräser requested to merge feature/document-overload-issue into master

Document a potential issue and a workaround with Dune::overload and Dune::orderedOverload for captureless lambdas on gcc 5 and 6. Additionally this adds a test case for the problem making use of the proposed workaound.

Merge request reports