acil-bwh / ChestImagingPlatform

Chest Imaging Platform (CIP)
Other
55 stars 34 forks source link

Fix Cxx17 incompatibility issues #45

Closed lassoan closed 1 year ago

lassoan commented 1 year ago

ITK, VTK, etc. libraries require more recent C++ standard version (Cxx17) and CIP had build errors in this environment. These commits fix the build errors.

lassoan commented 1 year ago

@rjosest please merge or grant me write access to this repository so that I can commit. It is important that we can integrate such fixes quickly, otherwise we need to keep using our fork. Thank you!

lassoan commented 1 year ago

Unfortunately, we need to switch back to using our fork :(