[Bug c++/87518] namespace and typedef : scope problem

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 4 13:52:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87518

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
P.S. it has nothing to do with namespaces:

typedef double t;

struct A{
  typedef t t;
};

int main() { }


More information about the Gcc-bugs mailing list