[Debtags-commits] [svn] r1770 - in tagcoll/2.0: . tagcoll/coll
tagcoll/tests
Enrico Zini
enrico at costa.debian.org
Thu May 11 13:39:23 UTC 2006
Author: enrico
Date: Thu May 11 13:39:22 2006
New Revision: 1770
Modified:
tagcoll/2.0/ (props changed)
tagcoll/2.0/tagcoll/coll/base.tcc
tagcoll/2.0/tagcoll/coll/fast.tcc
tagcoll/2.0/tagcoll/coll/patched.tcc
tagcoll/2.0/tagcoll/coll/simple.tcc
tagcoll/2.0/tagcoll/tests/test-utils.tcc
Log:
r2718 at viaza: enrico | 2006-05-11 07:58:59 -0500
Fixes after splitting out of base.tcc
Modified: tagcoll/2.0/tagcoll/coll/base.tcc
==============================================================================
--- tagcoll/2.0/tagcoll/coll/base.tcc (original)
+++ tagcoll/2.0/tagcoll/coll/base.tcc Thu May 11 13:39:22 2006
@@ -79,7 +79,7 @@
}
template<typename Self> template<typename TAGS>
-typename coll_traits<Self>::itemset_type ReadonlyCollection<Self>::getRelatedItems(const TAGS& tags, int maxdistance = 1) const
+typename coll_traits<Self>::itemset_type ReadonlyCollection<Self>::getRelatedItems(const TAGS& tags, int maxdistance) const
{
using namespace wibble::operators;
Modified: tagcoll/2.0/tagcoll/coll/fast.tcc
==============================================================================
--- tagcoll/2.0/tagcoll/coll/fast.tcc (original)
+++ tagcoll/2.0/tagcoll/coll/fast.tcc Thu May 11 13:39:22 2006
@@ -201,6 +201,8 @@
}
}
+#include <tagcoll/coll/base.tcc>
+
#endif
// vim:set ts=4 sw=4:
Modified: tagcoll/2.0/tagcoll/coll/patched.tcc
==============================================================================
--- tagcoll/2.0/tagcoll/coll/patched.tcc (original)
+++ tagcoll/2.0/tagcoll/coll/patched.tcc Thu May 11 13:39:22 2006
@@ -204,6 +204,8 @@
}
}
+#include <tagcoll/coll/base.tcc>
+
#endif
// vim:set ts=4 sw=4:
Modified: tagcoll/2.0/tagcoll/coll/simple.tcc
==============================================================================
--- tagcoll/2.0/tagcoll/coll/simple.tcc (original)
+++ tagcoll/2.0/tagcoll/coll/simple.tcc Thu May 11 13:39:22 2006
@@ -172,6 +172,8 @@
}
}
+#include <tagcoll/coll/base.tcc>
+
#endif
// vim:set ts=4 sw=4:
Modified: tagcoll/2.0/tagcoll/tests/test-utils.tcc
==============================================================================
--- tagcoll/2.0/tagcoll/tests/test-utils.tcc (original)
+++ tagcoll/2.0/tagcoll/tests/test-utils.tcc Thu May 11 13:39:22 2006
@@ -468,6 +468,7 @@
}
#include <tagcoll/Patches.tcc>
+#include <tagcoll/coll/base.tcc>
#endif
More information about the Debtags-commits
mailing list