> > Everything works for me. But can't > https://github.com/weidai11/cryptopp/commit/a0390f1fd725e37a201cc47ba47204182ebc1ccf > make > it into 5.6.3? I find the Visual C++ warning about unreferenced local > functions to be the most annoying one as it appears in every compilation > unit including misc.h and can only be suppressed for the whole compilation > unit in user code, not only for the Crypto++ headers. >
That change breaks versioning because it changes the function signature. We'll have to wait until Crypto++ 6.0. Jeff -- -- 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.
