$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [endian] status?
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2013-11-03 22:55:38
On 11/3/2013 8:09 PM, Beman Dawes wrote:
> On Sun, Nov 3, 2013 at 5:05 PM, Michael Marcin <mike.marcin_at_[hidden]>wrote:
>
>> I need to read/write some structs as binary data over an asio tcp socket
>> and convert host<->network byte order. IIRC the endian library was supposed
>> to clean this process up substantially but I can't find it.
>>
>> I thought it passed review years ago but I could be misremembering.
>>
>
> Yes, subject to a list of requested refinements and corrections. That work
> is now complete.
>
> See https://github.com/beman/endian
>
> As soon as the git conversion is complete, I'll request a mini-review, then
> move to boostorg.
>
Thanks!