[PATCH] D40566: Check if MemberExpr arguments are type-dependent.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 13:08:55 PST 2017


efriedma added a comment.

The part which seems to be throwing you off is "or the class member access expression refers to a member of an unknown specialization".  A "member of an unknown specialization" is defined in [temp.dep.type] in the standard.


https://reviews.llvm.org/D40566





More information about the cfe-commits mailing list