$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] size of serialized ptime object?
From: Archie14 (admin_at_[hidden])
Date: 2009-06-11 07:17:02
when serializing ptime without using any custom facets, just by using >> or
<< :
how to find the size of the serialized data? Seems to me that sizeof(ptime)
should not return the proper value of serialized object size.