fix for build

This commit is contained in:
Alexey.Musinov
2017-09-08 10:40:25 +03:00
parent 089871d3ae
commit 16bdbafa75
14 changed files with 98 additions and 66 deletions

View File

@ -478,9 +478,15 @@ protected:
T m_value;
};
//template class AlgorithmParametersTemplate<bool>;
//template class AlgorithmParametersTemplate<int>;
//template class AlgorithmParametersTemplate<ConstByteArrayParameter>;
#ifdef _IOS
template class AlgorithmParametersTemplate<bool>;
template class AlgorithmParametersTemplate<int>;
template class AlgorithmParametersTemplate<ConstByteArrayParameter>;
#else
CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate<bool>;
CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate<int>;
CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate<ConstByteArrayParameter>;
#endif
//! \class AlgorithmParameters
//! \brief An object that implements NameValuePairs