$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-08-04 14:58:10
On Wednesday 04 August 2004 2:55 pm, Delfin Rojas wrote:
> Hi everybody,
>
> I would like to implement C++ reflection for a product I'm building. The
> C++ reflection is meant for serializing an object in XML, database, etc.
> Any recommendation of libraries out there that would help me with this
> reflection effort?
The next release of Boost will include the serialization library. You might
look into that before embarking on your own reflection/serialization
library...
Doug