[Debtags-commits] [svn] r1587 - in tagcoll/trunk: . tagcoll

Enrico Zini enrico at costa.debian.org
Thu Feb 16 16:19:11 UTC 2006


Author: enrico
Date: Thu Feb 16 16:19:08 2006
New Revision: 1587

Modified:
   tagcoll/trunk/   (props changed)
   tagcoll/trunk/tagcoll/IntDiskIndex.cc
Log:
 r7344 at viaza:  enrico | 2006-02-16 17:18:44 +0100
 Template instantiation for the indexer was missing


Modified: tagcoll/trunk/tagcoll/IntDiskIndex.cc
==============================================================================
--- tagcoll/trunk/tagcoll/IntDiskIndex.cc	(original)
+++ tagcoll/trunk/tagcoll/IntDiskIndex.cc	Thu Feb 16 16:19:08 2006
@@ -50,6 +50,7 @@
 
 namespace Tagcoll {
 	template class IntDiskIndex<int, int>;
+	template class IntDiskIndexer<int, int>;
 }
 #endif
 



More information about the Debtags-commits mailing list