Hi all, Do I recall correctly that fixes for 3.20 can't go through gerrit?
Attached is a patch against 3.20 that fixes a compiler error from clang in C++11 mode: • ISO C++11 does not allow access declarations; use using declarations instead The error is in a public header, therefore important to fix because it prevents me from building my own code as C++11. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada
0001-Fixed-compiler-error-in-C-11.patch
Description: Binary data
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
