Resolve concept loops with functions
1 unresolved thread
1 unresolved thread
This MR 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. Therefore, we can use concepts even when DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA
is false.
Edited by Santiago Ospina De Los Ríos
Merge request reports
Activity
Filter activity
added concepts label
mentioned in merge request dune-common!1339 (merged)
assigned to @simon.praetorius
mentioned in merge request dune-common!1261
changed milestone to %DUNE 2.10.0
requested review from @simon.praetorius
unassigned @simon.praetorius
assigned to @santiago.ospina
From my side this is ready. One just first needs to merge dune-common!1339 (merged).
added 1 commit
- cff356fc - Use new cast name from static ranges to integer sequences
mentioned in commit a42abc75
Please register or sign in to reply