[vtk-developers] Introducing (optional) C++11 features in VTK

Marcus D. Hanwell marcus.hanwell at kitware.com
Mon Aug 18 14:29:10 EDT 2014


On Mon, Aug 18, 2014 at 2:21 PM, Ben Boeckel <ben.boeckel at kitware.com> wrote:
> On Mon, Aug 18, 2014 at 13:45:37 -0400, Marcus D. Hanwell wrote:
>> Thoughts, objections? There are lots of other features, and I know it
>> will be a while before we can use them all but it would be great to
>> make a start with some of the easier ones that can improve code
>> quality with little overhead.
>
> What about "= delete" for removing default assignment and copy
> constructors?
>
Certainly, I think we should start out simple and then build it out.
If we have prototypes for a few of the most useful features that can
easily be encapsulated in compile time logic that will degrade to
C++98 that would be great.

Marcus



More information about the vtk-developers mailing list