From: jean-pierre roux Date: Tue, 22 Feb 2011 11:12:40 +0000 (+0000) Subject: #define BOOST_FILESYSTEM_VERSION 2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5219dd710900028c59f5fb96f29e0f34926bc9c9;p=crea.git #define BOOST_FILESYSTEM_VERSION 2 for troubles with V3 on boost 1.46 --- diff --git a/src/creaSystem.h b/src/creaSystem.h index 85a020b..a9c33da 100644 --- a/src/creaSystem.h +++ b/src/creaSystem.h @@ -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)