Skip to content

COMP: Allow building EMSegment with C++11

Hans Johnson requested to merge github/fork/BRAINSia/FixEMSegmentCpp11 into master

EMSegment/CommandLineApplication/EMSegmentAPIHelper.h:112:21: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] cout << "Setting "Slicer_HOME_ENVVAR_NAME" ..." << endl;

Merge request reports