$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Elli Barasch (comptonsw_at_[hidden])
Date: 2008-05-22 14:20:46
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