$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Schregle (p.schregle_at_[hidden])
Date: 2006-05-19 05:16:30
I've discovered the BOOST_CLASS_IMPLEMENTATION macro, which allows me to use
object_serializable in order to remove extra bookkeeping information for a
single class in the archive.
Is there a way to apply this effect for all classes in my project globally?
I want to avoid the need to type this macro in a thousand times for my
project.
Best regards
Peter