-
- Downloads
Resolve concept loops with functions
This commit replaces the lambda in unevaluated contexts with an explicit function. This makes the code more portable as there is no need for a compiler that supports [temp.deduct/9], for example, Apple Clang 15. On the other hand it makes the code slightly less readable.
parent
f8257fdb
No related branches found
No related tags found
Showing
- dune/grid/concepts.hh 1 addition, 5 deletionsdune/grid/concepts.hh
- dune/grid/concepts/entity.hh 7 additions, 8 deletionsdune/grid/concepts/entity.hh
- dune/grid/concepts/grid.hh 6 additions, 7 deletionsdune/grid/concepts/grid.hh
- dune/grid/concepts/gridview.hh 8 additions, 7 deletionsdune/grid/concepts/gridview.hh
- dune/grid/concepts/indexidset.hh 12 additions, 15 deletionsdune/grid/concepts/indexidset.hh
Please register or sign in to comment