
4 Jun
2010
4 Jun
'10
12:22 p.m.
----- Original Message ----- From: "vicente.botet" <vicente.botet@wanadoo.fr> To: <boost@lists.boost.org> Sent: Friday, June 04, 2010 2:04 PM Subject: [boost] [Beman's endian] explicit native endianes
Hi Beman,
I see that there are specific classes for native endian, endian<endianness::native, ...>.
I see that there is a specilization for native unaligned template <typename T, std::size_t n_bits> class endian< endianness::native, T, n_bits, alignment::unaligned > but not for native aligned. template <typename T, std::size_t n_bits> class endian< endianness::native, T, n_bits, alignment::aligned > Is this is not an error what is the rationale? Best, Vicente