google/autocxx

Implement derive(Debug) for C enums

TheButlah opened this issue · 1 comments

Describe the bug
Currently C enums have no way of implementing Debug due to #668. But unlike the more general issue that 668 requests, I think it is always safe to derive debug for the C style enums.

I think you're right - I'd be happy to accept a pull request to do that.