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

--- Comment #1 from Barry Revzin <barry.revzin at gmail dot com> ---
Also gcc accepts:

namespace A { enum A {}; };
using namespace A;
using enum A::A;

Which, apparently, this one should actually be ambiguous.

Reply via email to