$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2008-07-27 22:30:48
On Sun, Jul 27, 2008 at 15:51, Brian Davis <bitminer_at_[hidden]> wrote:
>
> Does this handle byte packing and bitwise operations such as bitfields do?
> Is byte ordering 1 for free here as desired?
>
Bitfields are not byte-order-independant, and that pragma is not
portable (obviously). I wonder about the possibility of a template
version of erlang's bitsyntax?
( http://www.erlang.se/workshop/2002/Gustafsson.pdf )