]> Creatis software - crea.git/commitdiff
#define BOOST_FILESYSTEM_VERSION 2
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Feb 2011 11:12:40 +0000 (11:12 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Feb 2011 11:12:40 +0000 (11:12 +0000)
 for troubles with V3 on boost 1.46

src/creaSystem.h

index 85a020badb45a1af215f59b55b7e1e04217ccfcc..a9c33da046d553d10bcbc0a01778a93678fae494 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaSystem.h,v $
   Language:  C++
-  Date:      $Date: 2010/06/11 05:06:46 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2011/02/22 11:12:40 $
+  Version:   $Revision: 1.13 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -25,6 +25,8 @@
 
 #include "creaConfigure.h"
 
+#define BOOST_FILESYSTEM_VERSION 2
+
 // We try for Visual 6..????
 //#pragma warning( disable : 4786)