$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Isaac Lascasas (isaaclascasas_at_[hidden])
Date: 2021-04-04 21:08:40
Hello,
I wonder if there is a workaround to serialize std::any objects. I want to
replace some old code that had similar functionality and all the types were
registered via BOOST_CLASS_EXPORT_GUID.
Regards.