Fix for building with MSVC2008
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* \date 2011-1-29
|
||||
*/
|
||||
|
||||
#define BOX_GRID_LOGGING false
|
||||
#define BOX_GRID_LOGGING 0
|
||||
|
||||
// I would like to avoid using deque because including ViewMap.h and <deque> or <vector>
|
||||
// separately results in redefinitions of identifiers. ViewMap.h already includes <vector>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
* \date 2010-12-19
|
||||
*/
|
||||
|
||||
#define SPHERICAL_GRID_LOGGING false
|
||||
#define SPHERICAL_GRID_LOGGING 0
|
||||
|
||||
// I would like to avoid using deque because including ViewMap.h and <deque> or <vector> separately results in
|
||||
// redefinitions of identifiers. ViewMap.h already includes <vector> so it should be a safe fall-back.
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace Freestyle {
|
||||
// XXX Grmll... G is used as template's typename parameter :/
|
||||
static const Global &_global = G;
|
||||
|
||||
#define LOGGING false
|
||||
#define LOGGING 0
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user