Skip to content
Snippets Groups Projects
Commit 76cff47f authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Fix friend declaration in IteratorFacade

parent 1a5d581f
Branches
Tags
1 merge request!1403Fix friend declaration in IteratorFacade
Pipeline #71883 waiting for manual action
......@@ -1057,7 +1057,7 @@ namespace Dune
// We make IteratorFacadeAccess a friend to allow forwarding of the derived()
// methods to the free operators instead of havin to do raw casts there.
// This allows to encapsulate all casts within IteratorFacade itself.
friend class IteratorFacadeAccess;
friend IteratorFacadeAccess;
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment