$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Solving Robert's singleton problem
From: Alexander Grund (alexander.grund_at_[hidden])
Date: 2018-11-07 11:41:11
Am 30.10.18 um 20:53 schrieb Robert Ramey via Boost:
> Sooo - I believe that that there are no pending issues regarding
> singletons, visibility and export.
I rebased my PRs on current develop and as written in the previous mail
they still show both bugs (crash and broken is_destroyed). This can be
validated by everyone:
https://github.com/boostorg/serialization/pull/128
https://github.com/boostorg/serialization/pull/129
Also the fix PR (https://github.com/boostorg/serialization/pull/131)
contains both and the fix and passes all CIs