Skip to content
Snippets Groups Projects

Resolve concept loops with functions

Merged Santiago Ospina De Los Ríos requested to merge feature/relax-concepts-requirements into master
  1. Jan 24, 2024
  2. Jan 20, 2024
    • Santiago Ospina De Los Ríos's avatar
      Resolve concept loops with functions · 638e649a
      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.
      638e649a
Loading