forked from OSchip/llvm-project
9dd13ab202
they redefine is a class-name but not a typedef-name, per C++0x [dcl.typedef]p4. The code in the test was valid C++98 and is valid C++0x, but an unintended consequence of DR56 made it ill-formed in C++03 (which we were luck enough to implement). Fixes PR5455. llvm-svn: 93188 |
||
---|---|---|
clang | ||
compiler-rt | ||
llvm |