diff options
Diffstat (limited to 'cryptopp')
-rw-r--r-- | cryptopp/secblock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptopp/secblock.h b/cryptopp/secblock.h index d66470e901..5e3882916a 100644 --- a/cryptopp/secblock.h +++ b/cryptopp/secblock.h @@ -184,7 +184,8 @@ public: void deallocate(void *p, size_type n) { - assert(false); + //// Bitcoin: can't figure out why this is tripping on a few compiles. + //assert(false); } size_type max_size() const {return 0;} |