$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [serialization] RTTI issue with non-polymorphic types
From: Chris Glover (c.d.glover_at_[hidden])
Date: 2018-03-05 18:34:09
>
> Also, since you're put your finger on the issue, maybe there is a
> tweak that could be made so that serialization of polymorphic types
> might be supported as well.
>
> Robert Ramey
>
I'm not sure exactly what's required for serialization, but it might be
possible to add support through some of the facilities in Boost.TypeIndex
that provide a type of RTTI emulation.
-- chris