$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization] string serialization
From: Nikolay Mladenov (nikolay.mladenov_at_[hidden])
Date: 2009-03-03 00:55:56
Hi,
I the basic_binary_iprimitive.ipp (and I suppose other files) the size
of the strings is serialized as
std::size_t and not as serialization::collection_size_type.
Is that intentional?
Thanks,
Nikolay Mladenov