Sam_Horvath
(Sam Horvath (Kitware))
1
Next Tuesday, we will be having our next weekly hangout at 10:00 AM ET until 11 PM ET.
Anyone is welcome to join to ask questions at https://bit.ly/slicer-googlemeet-hosted-by-kitware
Agenda:
- Slicer 5 maintenance backports
- C++ 17 extensions status
Please post to this thread to put a topic on the agenda! We will try to prioritize agenda items during the meeting.
Thanks
Sam and J-Christophe
Sam_Horvath
(Sam Horvath (Kitware))
2
Segment Mesher extension Boost version does not support C++ 17 (auto_ptr):
https://slicer.cdash.org/viewBuildError.php?buildid=2739812
It does not happen on Linux, though. This looks to me like a compiler issue more than a library standard issue
Sam_Horvath
(Sam Horvath (Kitware))
4
Looks like @lassoan has a fix in progress: COMP: Fix Cxx17 build error by lassoan · Pull Request #119 · SCIInstitute/Cleaver2 · GitHub
Most of the errors are related to the removal of auto_ptr
in C++ 17.