some adjustments:

- to_string of empty enums return "(void)", instead of empty string
- to_string of undefined enum value return "invalid", instead of "unknown"
- to_string of Flags of empty Enums or Flags with no bit set return "{}", instead of empty string
- to_string of Flags embraces the flags with "{", "}"
- all typedefs are replaced with using expressions
This commit is contained in:
Andreas Süßenbach
2016-05-02 15:27:38 +02:00
parent 3ba0905e26
commit 4b9e1ae57e
2 changed files with 301 additions and 296 deletions

File diff suppressed because it is too large Load Diff