- constexpr instead of macros
- if constexpr instead of macros
- stronger type checking
- type inference
- strong type enumerations
- namespacing instead of pre-historic naming prefixes
- classes as means to enforce type invariants
I see some advantages.
- constexpr instead of macros
- if constexpr instead of macros
- stronger type checking
- type inference
- strong type enumerations
- namespacing instead of pre-historic naming prefixes
- classes as means to enforce type invariants
I see some advantages.