[clang] [clang] CTAD: implement the missing IsDeducible constraint for alias templates (PR #89358)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 19 02:20:54 PDT 2024


hokein 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? 

https://github.com/llvm/llvm-project/pull/89358


More information about the cfe-commits mailing list