
4 Jun
2010
4 Jun
'10
12:50 p.m.
----- Original Message ----- From: "Terry Golubiewski" <tjgolubi@netins.net> To: <boost@lists.boost.org> Sent: Friday, June 04, 2010 2:41 PM Subject: Re: [boost] [Beman's endian] explicit native endianes
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.
I had made the change and every thing works well :) Best, Vicente