aboutsummaryrefslogtreecommitdiff
path: root/cryptopp/secblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopp/secblock.h')
-rw-r--r--cryptopp/secblock.h4
1 files changed, 2 insertions, 2 deletions
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;}