summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Zini <enrico@enricozini.org>2013-10-24 18:58:51 +0200
committerEnrico Zini <enrico@enricozini.org>2013-10-24 18:58:51 +0200
commit18593215d47fcc1443caf54c8453c228b687c636 (patch)
tree5f31cec1a1f501bf1ffbd1a84b0595b38d73048e
parent866a0cbcda0e33941f0709d8a0d5bb00fdd786b6 (diff)
downloadlibept-18593215d47fcc1443caf54c8453c228b687c636.tar.gz
Add explicit template instantiation for stuff aptitude wants
-rw-r--r--ept/debtags/debtags.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ept/debtags/debtags.cc b/ept/debtags/debtags.cc
index 383bb02..068330f 100644
--- a/ept/debtags/debtags.cc
+++ b/ept/debtags/debtags.cc
@@ -210,4 +210,7 @@ void Debtags::sendPatch(const PatchList<std::string, std::string>& patch)
#include <tagcoll/TextFormat.tcc>
//#include <tagcoll/stream/filters.tcc>
+// Explicit template instantiations for our stuff
+template class tagcoll::coll::Fast<std::string, std::string>;
+
// vim:set ts=4 sw=4: