[Lemon-commits] [lemon_svn] deba: r2879 - in hugo/trunk/lemon: . bits
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:59 CET 2006
Author: deba
Date: Mon Jul 24 18:15:48 2006
New Revision: 2879
Modified:
hugo/trunk/lemon/bits/default_map.h
hugo/trunk/lemon/tolerance.h
Log:
long long just for gnu compilers
Modified: hugo/trunk/lemon/bits/default_map.h
==============================================================================
--- hugo/trunk/lemon/bits/default_map.h (original)
+++ hugo/trunk/lemon/bits/default_map.h Mon Jul 24 18:15:48 2006
@@ -105,7 +105,7 @@
};
-#ifndef __STRICT_ANSI__
+#if defined __GNUC__ && !defined __STRICT_ANSI__
// long long
template <typename _Graph, typename _Item>
Modified: hugo/trunk/lemon/tolerance.h
==============================================================================
--- hugo/trunk/lemon/tolerance.h (original)
+++ hugo/trunk/lemon/tolerance.h Mon Jul 24 18:15:48 2006
@@ -306,7 +306,7 @@
static Value zero() {return 0;}
};
-#ifndef __STRICT_ANSI__
+#if defined __GNUC__ && !defined __STRICT_ANSI__
///Long long integer specialization of \ref Tolerance.
More information about the Lemon-commits
mailing list