[Lemon-commits] [lemon_svn] alpar: r1764 - hugo/trunk/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:24 CET 2006
Author: alpar
Date: Fri Apr 8 16:21:40 2005
New Revision: 1764
Modified:
hugo/trunk/src/test/heap_test.cc
Log:
An icc warning resolved.
Modified: hugo/trunk/src/test/heap_test.cc
==============================================================================
--- hugo/trunk/src/test/heap_test.cc (original)
+++ hugo/trunk/src/test/heap_test.cc Fri Apr 8 16:21:40 2005
@@ -69,6 +69,8 @@
_Heap& heap;
ItemIntMap& map;
+
+ Constraints() : heap(0), map(0) {}
};
};
More information about the Lemon-commits
mailing list