InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.43k stars 668 forks source link

STYLE: Drop Visual C++ 2013 compiler support from itktiff/libtiff #4965

Closed N-Dekker closed 6 days ago

N-Dekker commented 6 days ago

ITK already dropped Visual C++ 2013 in 2018, with commit 0067eee541994d6f977490bee521b9f6f0adfc64 "COMP: Require MSVC VS14 2015 for C++11 compatibility", by Bradley Lowekamp (@blowekamp).


For the record, Microsoft also dropped VS2013: https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2013

N-Dekker commented 6 days ago

While I still don't fully understand the problem, it looks like Bradley's PR #4961 will remove the obsolete _MSC_VER < 1900 check anyway. So close without merging. Thanks for all your comments!