Resolve concept loops with functions
- Jan 24, 2024
-
-
Santiago Ospina De Los Ríos authoredVerifiedcff356fc
-
- Jan 20, 2024
-
-
Santiago Ospina De Los Ríos authored
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.
-