[clang] [clang] CTAD: implement the missing IsDeducible constraint for alias templates (PR #89358)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 04:19:53 PDT 2024
cor3ntin wrote:
> Regarding the __is_deducible type trait, GCC also provides one, but it was hidden from users and only used for internal CTAD implementation. I'm not sure if we should follow the same strategy in clang, ideas?
I have mixed feeling. What do you think @AaronBallman ?
https://github.com/llvm/llvm-project/pull/89358
More information about the cfe-commits
mailing list