$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] serialization of boost::local_time::tz_database
From: Michael Reichlin (Michael.Reichlin_at_[hidden])
Date: 2010-07-20 09:23:03
Hi everybody
I just started to use boost in some of my applications.
I started to serialize my objects. Now I want to serialize my boost::local_time::tz_database object, but the compiler says, there is now serialize function for this object.
So do I have to add this function in the header file, or is there any other way to solve this problem.
Thanks
Michael