Subject: Re: [Boost-users] [shared_ptr] make_shared causes Access Violation
From: Peter Dimov (pdimov_at_[hidden])
Date: 2011-05-10 17:05:36


Krzysztof Czainski wrote:
> My guess: stack overflow. If I remember correctly, 2 times sizeof( Foo )
> must fit on the stack when using make_shared.

Yes, this is ticket #4256:

https://svn.boost.org/trac/boost/ticket/4256

It should be fixed in the latest version (1.46).