[PATCH] D29271: Revert r293455, which breaks v8 with a spurious error. Testcase added.
Stephan Bergmann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 30 02:47:01 PST 2017
sberg added a comment.
Btw, ran into that with the even simpler test case
template<typename T> struct S {
static typename T::t const n = 0;
};
struct U { using t = int; };
int main() { return S<U>::n; }
https://reviews.llvm.org/D29271
More information about the cfe-commits
mailing list