On Sun, Jun 2, 2013 at 9:08 PM, David Xanatos <[email protected]>wrote:

> As far as i can tell the error occures when processing the destructor of
> "verifier" in
>
> template <class SCHEME>
> void SignaturePairwiseConsistencyTest(const char *key, SCHEME *dummy =
> NULL)
> {
>     typename SCHEME::Signer signer(StringSource(key, true, new
> HexDecoder).Ref());
>     typename SCHEME::Verifier verifier(signer);
>
>     SignaturePairwiseConsistencyTest(signer, verifier);
> }
>
>
> I wonder why the debug build works ok
>

I cannot help with this specific issue as I don't have msvc in front of me
here.

Best Regards
David Irvine

-- 
-- 
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/groups/opt_out.


Reply via email to