octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thread-safety issues in QtHandles


From: Michael Goffioul
Subject: Re: Thread-safety issues in QtHandles
Date: Mon, 31 Oct 2011 18:24:54 +0000

On Mon, Oct 31, 2011 at 6:03 PM, John W. Eaton <address@hidden> wrote:
> Also, one thing I noticed in my the simple example is that
>
>  foo (shared_ptr<foo_rep> new_rep) : rep (new_rep) { }
>
> should probably be
>
>  foo (const shared_ptr<foo_rep>& new_rep) : rep (new_rep) { }
>
> instead.

nod.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]