From ba75834ae9b3846a19291c8c281626dd0a891779 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 3 Dec 2016 05:05:56 -0500 Subject: Removed VC++ 5.0 and 6.0 workarounds (Issue 342) --- gfpcrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfpcrypt.h') diff --git a/gfpcrypt.h b/gfpcrypt.h index e1e0a22b..4e4b38b7 100644 --- a/gfpcrypt.h +++ b/gfpcrypt.h @@ -97,7 +97,7 @@ private: //! \brief Integer-based GroupParameters default implementation //! \tparam GROUP_PRECOMP group parameters precomputation specialization //! \tparam BASE_PRECOMP base class precomputation specialization -template > +template > class CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBasedImpl : public DL_GroupParametersImpl { typedef DL_GroupParameters_IntegerBasedImpl ThisClass; -- cgit v1.2.1