
14 May
2008
14 May
'08
12:09 a.m.
On 2008-05-13 07:35 Neil Mayhew wrote:
... where would I now find the version of this code that was put up for review?
OK, I found the files in the vault (thanks to Daniel Herring). I guess I should have provided a link to the original thread: http://lists.boost.org/Archives/boost/2006/06/106655.php I can also provide a meaningful use-case for this library: reading TrueType font files from disk and processing the contents. The data format has fixed endianness (big) and has unaligned values in various places. Using Boost.Endian simplifies and cleans the code wonderfully. However, as I said before, my colleagues and managers won't buy the idea if it isn't part of a supported library. --Neil