[Aptitude-svn-commit] r4004 - branches/aptitude-0.3/aptitude

Daniel Burrows dburrows at costa.debian.org
Tue Aug 30 22:20:42 UTC 2005


Author: dburrows
Date: Tue Aug 30 22:20:39 2005
New Revision: 4004

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
Log:
Don't use a set where a vector will do.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Aug 30 22:20:39 2005
@@ -1,5 +1,10 @@
 2005-08-30  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/setset.h:
+
+	  Use a vector instead of a set to store the sets containing an
+	  element.
+
 	* src/generic/problemresolver/problemresolver.h:
 
 	  Print a newline after the resolver statistics.



More information about the Aptitude-svn-commit mailing list