$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost-users][test] Does memory leak detection work in linux?
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2010-03-17 11:03:52
You are right
On 4 March 2010 17:53, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> This may or may not work depending on the order that
> the compiler does things. Most likely, on windows, the
> compiler is creating the two new Mocks and then passing
> them to the shared_ptr constructors. On Linux, it's probably
> passing each new Mock to shared_ptr as soon as it's constructed.
>
> In Christ,
> Steven Watanabe
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>
-- Regards, Andrey