Am Donnerstag, 5. November 2015 06:16:27 UTC+1 schrieb Jeffrey Walton: > > > We have a new release candidate available at > https://www.cryptopp.com/cryptopp563rc6.zip. >
Unfortunately the MSVC 12 build is broken. CRYPTOPP_CXX11_ALIGNOF is defined for CRYPTOPP_MSC_VERSION >= 1800 (Visual C++ 2013), but alignof was only added in Visual C++ 2015 (CRYPTOPP_MSC_VERSION >= 1900). Reference: https://www.visualstudio.com/en-us/news/vs2015-vs.aspx#C++ -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
