kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #17953
Re: [PATCH] S3D Mesh Smart Pointer
-
To:
Brian Sidebotham <brian.sidebotham@xxxxxxxxx>
-
From:
Mário Luzeiro <mrluzeiro@xxxxx>
-
Date:
Tue, 14 Apr 2015 11:21:52 +0000
-
Accept-language:
en-GB, en-US
-
Authentication-results:
gmail.com; dkim=none (message not signed) header.d=none;
-
Cc:
KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
In-reply-to:
<CAKLXgrshVzsF1857fKUGQDzN5_HLg6ddHU83=Rezysz9x3-X-w@mail.gmail.com>
-
Thread-index:
AQHQdjwXKWOlVSihVEWzTK1tmDRr4Z1LvfMAgABq7YOAACwZAIAACB/s
-
Thread-topic:
[Kicad-developers] [PATCH] S3D Mesh Smart Pointer
> It's worth looking at the documentation for the smart pointer used:
> http://www.boost.org/doc/libs/1_57_0/libs/smart_ptr/shared_ptr.htm
> The last thing I want to do is make your life harder by confusing you,
> so please carry on asking questions if it still doesn't make sense for
> you. The 3D viewer has come a long way in other people's hands, it's
> not for me to mess that work up!!
Hi Brian,
There is absolutely no problem for me. I was about to ask the same questions related with Coverity before your patch.
All I want is to prevent in future when I write new code that other people need to spend more time to fix that Coverity remarks. That why I would like to try to know a bit more in advance about Coverity.
Thanks for your link about shared_ptr I will have a look.
Regards,
Mario Luzeiro
References