From: Eduardo DAVILA Date: Thu, 22 Dec 2016 11:14:41 +0000 (+0100) Subject: #3048 creaImageIO Bug New Normal - Fedora 26 gcc 6 conflict with std::cout / std... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaImageIO.git;a=commitdiff_plain;h=bebe9cec5af89cf1461b3230c9aa31e930d49fb8 #3048 creaImageIO Bug New Normal - Fedora 26 gcc 6 conflict with std::cout / std:endl --- diff --git a/src/creaImageIOGimmickView.cpp b/src/creaImageIOGimmickView.cpp index 2cca5ad..4ada3a9 100644 --- a/src/creaImageIOGimmickView.cpp +++ b/src/creaImageIOGimmickView.cpp @@ -925,7 +925,7 @@ void GimmickView::Anonymize(std::vector i_filenames, int type) fh->SetContentType(GDCM_NAME_SPACE::UNMODIFIED_PIXELS_IMAGE); fh->WriteDcmExplVR(file->GetFileName() +".ano1" ); - std::cout << i <<" End Anonymize" << std::cout; + std::cout << i <<" End Anonymize" << std::endl; file->ClearAnonymizeList(); file->Delete(); fh->Delete();