ntrteam / flashcart_core

A hopefully reusable component for dealing with flashcart specific behavior.
GNU General Public License v3.0
128 stars 32 forks source link

Change OpFlags to be an immutable wrapper over a uint32_t #85

Closed angelsl closed 6 years ago

angelsl commented 6 years ago

Let the compiler handle everything!

Thanks @d3m3vilurr for the suggestion.

kitlith commented 6 years ago

LGTM, like the move to zero-cost abstraction.