From 35bf705889b1ee86aea6932c9ed8092f6489885e Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 26 Mar 2017 19:09:46 +0900 Subject: fix declaration of template --- include/mcl/ec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mcl/ec.hpp b/include/mcl/ec.hpp index 1cdcd0b..5676e60 100644 --- a/include/mcl/ec.hpp +++ b/include/mcl/ec.hpp @@ -787,7 +787,7 @@ template int EcT::specialA_; template bool EcT::compressedExpression_; template bool EcT::verifyOrder_; template mpz_class EcT::order_; -template static void (*mulArrayGLV)(EcT& z, const EcT& x, const fp::Unit *y, size_t yn, bool isNegative, bool constTime); +template void (*EcT::mulArrayGLV)(EcT& z, const EcT& x, const fp::Unit *y, size_t yn, bool isNegative, bool constTime); #ifndef MCL_EC_USE_AFFINE template int EcT::mode_; #endif -- cgit