Clear Visual Studio warnings (Issue 412)

pull/424/merge
Jeffrey Walton 2017-06-02 07:13:43 -04:00
parent 7ac77ca9ac
commit 429047a8e9
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 1 additions and 5 deletions

View File

@ -732,8 +732,6 @@ NAMESPACE_END
#define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS extern class CRYPTOPP_DLL
#elif defined(__BORLANDC__) || defined(__SUNPRO_CC)
#define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS template class CRYPTOPP_DLL
#elif !defined(CRYPTOPP_IMPORTS) && !defined(CRYPTOPP_EXPORTS)
#define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS template class CRYPTOPP_DLL
#else
#define CRYPTOPP_EXTERN_DLL_TEMPLATE_CLASS extern template class CRYPTOPP_DLL
#endif
@ -748,8 +746,6 @@ NAMESPACE_END
#define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS extern class
#elif defined(__BORLANDC__) || defined(__SUNPRO_CC)
#define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS template class
#elif !defined(CRYPTOPP_IMPORTS) && !defined(CRYPTOPP_EXPORTS)
#define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS template class
#else
#define CRYPTOPP_EXTERN_STATIC_TEMPLATE_CLASS extern template class
#endif

View File

@ -1,4 +1,4 @@
// strciphr.h - originally written and placed in the public domain by Wei Dai
// iterhash.h - originally written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_ITERHASH_H
#define CRYPTOPP_ITERHASH_H