The source project of this merge request has been removed.
Fix clang-6 compilation issues.
For some unknown reason clang-6.0 fails with e.g.
/Users/heinecj/Projects/DUNE/head/dune-alugrid/utils/bisection-compatibility/bisectioncompatibility.hh:103:53: error:
cannot compile this aggregate expression yet
type0faces_( stevensonRefinement_ ? EdgeType({3,0}) : EdgeType({3,2}) ),
without this patch.
Edited by Claus-Justus Heine