[Aptitude-svn-commit] r3642 - in branches/aptitude-0.3/aptitude: . src/generic

Daniel Burrows dburrows@costa.debian.org
Mon Jul 11 04:34:29 UTC 2005


Author: dburrows
Date: Mon Jul 11 04:34:27 2005
New Revision: 3642

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/strhash.h
Log:
Add missing tag for template specialization.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Jul 11 04:34:27 2005
@@ -1,5 +1,9 @@
 2005-07-11  Daniel Burrows  <dburrows@debian.org>
 
+	* src/generic/strhash.h:
+
+	  Add a missing "template <>".
+
 	* src/generic/problemresolver/problemresolver.h:
 
 	  Remove a never-used method that referred to a nonexistant

Modified: branches/aptitude-0.3/aptitude/src/generic/strhash.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/strhash.h	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/strhash.h	Mon Jul 11 04:34:27 2005
@@ -28,6 +28,7 @@
 #if defined(HAVE_HASH_MAP) || defined(HAVE_EXT_HASH_MAP)
 namespace HASH_NAMESPACE
 {
+  template <>
   struct hash<std::string>
   {
     inline size_t operator()(const std::string &s) const




More information about the Aptitude-svn-commit mailing list