From 7629d36a530087806e80ed3c5866e8ec64319828 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 9 Sep 2010 01:00:40 +0000 Subject: try to auto-detect whether to use 128-bit 4-way SSE2 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@150 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- cryptopp/secblock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cryptopp') diff --git a/cryptopp/secblock.h b/cryptopp/secblock.h index 5e3882916a..2025757dbb 100644 --- a/cryptopp/secblock.h +++ b/cryptopp/secblock.h @@ -184,8 +184,8 @@ public: void deallocate(void *p, size_type n) { - //// Bitcoin: can't figure out why this is tripping on a few compiles. - //assert(false); + //// Bitcoin: don't know why this trips, probably a false alarm, depends on the compiler used. + //assert(false); } size_type max_size() const {return 0;} -- cgit v1.2.3