Page MenuHomePhabricator

Use C++11 features in MITK
Closed, ResolvedPublic

Description

In a first step, the build system will be adapted and only MSVC 2010 compatible changes will be introduced, e.g.:

  • use of 'auto' variables
  • nullptr
  • override / final (with help of defines)

Event Timeline

User nolden has pushed new remote branch:

bug-18549-cxx11

Further updates on C++ 11 usage should go into a new task