The original usage of enable_if does not actually lookup
the nested type called type, so the SFINAE does not kick in.
Details
Details
- Reviewers
vitalybuka kazu - Commits
- rG8a15bdb5e637: [NFC][xray] Fix enable_if usage in XRay.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/XRay/Graph.h | ||
---|---|---|
147 | I originally noticed this while writing modernize-use-constraints, and implemented https://reviews.llvm.org/D157239 to find any other similar cases. |
Comment Actions
Thanks - @kazu would you mind landing this for me as I do not have merge permissions ("Chris Cotter <ccotter14@bloomberg.net>").
I originally noticed this while writing modernize-use-constraints, and implemented https://reviews.llvm.org/D157239 to find any other similar cases.