mike-matera / ArduinoSTL

An STL and iostream implementation based on uClibc++ that supports my CS-11M class.
GNU General Public License v3.0
325 stars 80 forks source link

Define operator overloads to enable bit operations on enum values in … #92

Closed ppolunin closed 2 months ago

ppolunin commented 1 year ago

I want to suggest including support for bit operations with enum values as in the Windows SDK