summaryrefslogtreecommitdiff
path: root/gf2n.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2004-06-19 12:10:28 +0000
committerweidai <weidai11@users.noreply.github.com>2004-06-19 12:10:28 +0000
commit319016f6b70944bdf16bdc9011d5c7176512d0da (patch)
tree397fdda323107a0898353ba459eec4459fdd500f /gf2n.h
parent9eab2390bcb3ee7dbfa4d25812fc9d42d341464f (diff)
downloadcryptopp-git-319016f6b70944bdf16bdc9011d5c7176512d0da.tar.gz
instantiate more templates for Darwin
Diffstat (limited to 'gf2n.h')
-rw-r--r--gf2n.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf2n.h b/gf2n.h
index f5a4468c..b1cfba48 100644
--- a/gf2n.h
+++ b/gf2n.h
@@ -238,6 +238,7 @@ private:
CRYPTOPP_DLL_TEMPLATE_CLASS AbstractGroup<PolynomialMod2>;
CRYPTOPP_DLL_TEMPLATE_CLASS AbstractRing<PolynomialMod2>;
+CRYPTOPP_DLL_TEMPLATE_CLASS AbstractEuclideanDomain<PolynomialMod2>;
CRYPTOPP_DLL_TEMPLATE_CLASS EuclideanDomainOf<PolynomialMod2>;
CRYPTOPP_DLL_TEMPLATE_CLASS QuotientRing<EuclideanDomainOf<PolynomialMod2> >;