X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMake%2FgdcmTestIstringStream.cxx;h=315d03153c09b320cbf33ee0374b27d5d83502cf;hb=1b6b7eddfd66ed7d04c2081b649f2216648db823;hp=fd753e6f90c1bec09790980a113b79ff6d64dfe4;hpb=faab3d47c3f7c60f2db504b6682822835ffe4667;p=gdcm.git diff --git a/CMake/gdcmTestIstringStream.cxx b/CMake/gdcmTestIstringStream.cxx index fd753e6f..315d0315 100644 --- a/CMake/gdcmTestIstringStream.cxx +++ b/CMake/gdcmTestIstringStream.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTestIstringStream.cxx,v $ Language: C++ - Date: $Date: 2005/11/04 16:21:40 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/11/23 16:13:22 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,14 +16,13 @@ =========================================================================*/ -#include #include int main() { std::istringstream os; int vm; - std::string s = "0"; + std::string s = "5"; os.str(s); os >> vm;