On 1/28/19 3:35 PM, Marek Polacek wrote:
This is a further fix for P0634. When we havetemplate <typename T> int foo(T::bar); we shouldn't assume that T::bar is a type because this isn't one of the contexts specified by P0634 -- for that, the function name would have to be qualified. So this patch refines my earlier fix. I should've realized it before, but here we are. Bootstrapped/regtested on x86_64-linux, ok for trunk?
OK. Jason