I use boost::serialization, and am troubled with
the below, well known, error occurs.
> unregistered class - derived class not registered or exported
Here, I succeed it in header-only use (BOOST_CLASS_EXPORT in header file).
Nevertheless, I got the error in separate use of header and implementation(BOOST_CLASS_EXPORT_KEY / BOOST_CLASS_IMPLEMENTATION).
(If possible, I would like to use the latter)
What's wrong?
If you know something,
I would appreciate it if you could tell me.