Am 29.08.19 um 13:44 schrieb Jonathan Wakely:
On Thu, 29 Aug 2019 at 12:43, Jonathan Wakely wrote:
On Thu, 29 Aug 2019 at 11:50, Christian Schneider
wrote:
Am 29.08.19 um 12:07 schrieb Jonathan Wakely:
On Thu, 29 Aug 2019 at 10:15, Christian Schneider
wrote:
Hello,
I just discovered
Am 29.08.19 um 12:07 schrieb Jonathan Wakely:
On Thu, 29 Aug 2019 at 10:15, Christian Schneider
wrote:
Hello,
I just discovered, that, when using enable_shared_from_this and
inheriting it privately, this fails at runtime.
I made a small example:
#include
#include
#include
#include
Hello,
I just discovered, that, when using enable_shared_from_this and
inheriting it privately, this fails at runtime.
I made a small example:
#include
#include
#include
#include
#ifndef prefix
#define prefix std
#endif
class foo:
prefix::enable_shared_from_this
{
public:
prefix::