
5 Jun
2006
5 Jun
'06
1:11 a.m.
Hi Beman, Beman Dawes <bdawes@acm.org> wrote:
A refresh of the .zip file for the Endian library, based on comments received so far, is available at http://mysite.verizon.net/~beman/endian-0.2.zip
The interface looks pretty good to me, except that I'm a little concerned that the endianness enum names are introduced directly into the boost namespace. In particular 'big', 'little' and 'native' seem like common names. Perhaps it could be: namespace endianness { enum type { big, ... }; } Cheers, Chris