[Lemon-commits] [lemon_svn] alpar: r2313 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:51:44 CET 2006
Author: alpar
Date: Tue Nov 8 11:10:09 2005
New Revision: 2313
Modified:
hugo/trunk/lemon/unionfind.h
Log:
Obsolete bug removed
Modified: hugo/trunk/lemon/unionfind.h
==============================================================================
--- hugo/trunk/lemon/unionfind.h (original)
+++ hugo/trunk/lemon/unionfind.h Tue Nov 8 11:10:09 2005
@@ -21,9 +21,6 @@
//!\file
//!\brief Union-Find data structures.
//!
-//!\bug unionfind_test.cc doesn't work with Intel compiler. It compiles but
-//!fails to run (Segmentation fault).
-
#include <vector>
#include <list>
More information about the Lemon-commits
mailing list