Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. using MyType = enum { A, B, C };
  2.  
  3. struct Foo {
  4. MyType type;
  5. };
  6.  
  7. warning: ‘Foo’ has a field ‘Foo::type’ whose type uses the anonymous namespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement