Skip to content

COMP: KWSYS code for pre-C++98 STL is removed

Various work arounds for pre C++98 STL compilers have been removed from KWSYS (and by extension, ITK).

For any C++98 or greater compliant compiler, these constructs were simply aliases to the stl objects.

This is related to the changes made to KWSYS(5f3fd465ecc0c2d78f7af2495dfe2604be90d4bd) by Brad King in August 2015.

These changes will be needed when upgrading to ITK v4.9 or greater.

Merge request reports