Re: [Boost-users] [Boost.Serialization] Exception during serialization through base pointer DLL & EXE

2022-03-06 Thread Gavin Lambert via Boost-users
On 6/03/2022 00:21, Marc Viala wrote: On our platform (VS2019, Windows x64, Boost 1.77) an exception occurs during the serialization of an instance through its base pointer. This error is systematic and I was able to reproduce w/ a minimal use test (cf. enclosed archive). This use case includes

Re: [Boost-users] [Boost.Serialization] Exception during serialization through base pointer DLL & EXE

2022-03-06 Thread Marc Viala via Boost-users
Thank you very much for your reply Gavin. This is what we had assumed after all our tests and we have now the confirmation. I am just wondering if it will be valuable to explain this corner case in the Boost.Serialization documentation. Best regards, Marc Le lun. 7 mars 2022 à 01:34, Gavin Lam