Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

typedef to uint should be convertible to an enum #30

Open
jmckaskill opened this issue May 23, 2012 · 0 comments
Open

typedef to uint should be convertible to an enum #30

jmckaskill opened this issue May 23, 2012 · 0 comments

Comments

@jmckaskill
Copy link
Owner

typedef unsigned int foo;
enum foo {BAR};

C allows this, C++ does not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant