$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Elli Barasch (comptonsw_at_[hidden])
Date: 2008-05-22 22:17:57
With some wrangling, I figured out how to use the is_pod function, but I
discovered it has little value to me unless I can get the status of a
class/struct.
Has there been any progress in this area?
Thanks.
attached mail follows:
Can someone point me to a concrete example of using is_pod? I'm
confused by the docs.
I'm trying to avoid performance-heavy serialization on an object. I can
short-cut the serialization if I can determine if my object is POD.
Thanks,
Elli