<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"></div><div dir="ltr"><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);">Hi Bill,</span></div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);">That is due to this MR: <a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/5102#note_510947">https://gitlab.kitware.com/vtk/vtk/merge_requests/5102#note_510947</a></span></div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);">which passed VTK's CI build tests. I can ping Andreas to take a look at it, but my question for the larger group is what compilers we aim to support. I know VTK now allows code that uses some C++11 language and library features but don't know if there is a list of minimum requirements anywhere.</span></div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);"> David </span></div></div><div dir="ltr"><br>On Jan 31, 2019, at 18:14, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><span>I get the following error:</span><br><span></span><br><span>/home/lorensen/ProjectsGIT/VTKNewModules/Filters/Modeling/vtkBandedPolyDataContourFilter.cxx:</span><br><span>In member function ‘virtual int</span><br><span>vtkBandedPolyDataContourFilter::RequestData(vtkInformation*,</span><br><span>vtkInformationVector**, vtkInformationVector*)’:</span><br><span>/home/lorensen/ProjectsGIT/VTKNewModules/Filters/Modeling/vtkBandedPolyDataContourFilter.cxx:832:58:</span><br><span>error: ‘void it’ has incomplete type</span><br><span> auto it = std::rotate( index.begin(), r1, l1+1 );</span><br><span></span><br><span>It seems that std::rotate returning an iterator was introduced in c++11.</span><br><span></span><br><span>My gcc is:</span><br><span>gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4</span><br><span></span><br><span></span><br><span></span><br><span>-- </span><br><span>Unpaid intern in BillsParadise at noware dot com</span><br><span>_______________________________________________</span><br><span>Powered by <a href="http://www.kitware.com">www.kitware.com</a></span><br><span></span><br><span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></span><br><span></span><br><span>Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers">http://markmail.org/search/?q=vtk-developers</a></span><br><span></span><br><span>Follow this link to subscribe/unsubscribe:</span><br><span><a href="https://vtk.org/mailman/listinfo/vtk-developers">https://vtk.org/mailman/listinfo/vtk-developers</a></span><br><span></span><br></div></blockquote></body></html>