Skip to content

Fix clang-6 compilation issues.

Claus-Justus Heine requested to merge (removed):bugfix/clang-6-fix into master

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

Merge request reports