
4 Jun
2010
4 Jun
'10
12:41 p.m.
I see that there are specific classes for native endian, endian<endianness::native, ...>. I was wondering if instead of defining a separated class we can not define endianness::native depending on the ENDIAN of the host and remove the explicit definition.
That's what my design does. I've been using it for several years. I don't know if it would break Beman's though. terry