$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [serialization]
From: Mojmir Svoboda (mojmir.svoboda_at_[hidden])
Date: 2008-10-29 08:09:31
hello,
i wonder: how do you serialize thing like
struct foo { unsigned bar : 3; };
?
i cannot take a !const reference to a bitfield,
so i have to go another way round. what is the
best way, please?
many thanks,
mojmir