This brings most of the enable_ifs in libc++ to the same style. It also has the nice side-effect of reducing the size of names of these symbols, since the depedent return type is shorter.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG9f3e3efd98a2: [libc++][NFC] Refactor __enable_if return types to defaulted template parameters
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Well spotted.