opnsense-ports/math/goblin/files/patch-lib_src_indexSet.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
511 B
C++

--- lib_src/indexSet.cpp.orig 2013-10-01 10:15:14.000000000 +0200
+++ lib_src/indexSet.cpp 2013-10-01 10:15:03.000000000 +0200
@@ -390,3 +390,7 @@
template class indexSetComplement<unsigned short>;
template class indexSetComplement<unsigned long>;
+template indexSet<unsigned long>::indexSet(unsigned long, goblinController &);
+template indexSet<unsigned long>::~indexSet();
+template indexSet<unsigned short>::indexSet(unsigned short, goblinController &);
+template indexSet<unsigned short>::~indexSet();