joboccara / NamedType

Implementation of strong types in C++
MIT License
772 stars 85 forks source link

Concerning bitwise operations #82

Open JChMathae opened 2 years ago

JChMathae commented 2 years ago

Hello,

First, thank you for this clever coding trick!

Now I have a little improvement to suggest:

Best regards.

JChMathae commented 2 years ago

Another change for embedded system:

Do not only rely on the definition of STDC_HOSTED for the "use" of ... On my little ARM µC target undefining STDC_HOSTED divides ROM memory usage by ... 10 !