<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 23, 2015 at 8:00 AM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Wed, Sep 23, 2015 at 8:41 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">The wrapping has identified a few classes that break the "rule of three":<div><a href="https://open.cdash.org/viewBuildError.php?type=1&buildid=4025415" target="_blank">https://open.cdash.org/viewBuildError.php?type=1&buildid=4025415</a><br></div><div><br></div><div>I'll see if I can fix these, but I might need to seek advice on some of them.</div></div></blockquote><div><br></div></span>vtkFreeTypeToolsCleanup is the one I'm familiar with, and it can just have an empty copy constructor as it's stateless.</div></div></div></blockquote><div><br></div><div>It has a public constructor, so it can potentially have multiple instances.  I added a counter to make sure it doesn't call SetInstance(NULL) until all instances have destructed.</div><div><a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/686">https://gitlab.kitware.com/vtk/vtk/merge_requests/686</a></div><div><br></div><div> - David </div></div></div></div>