From 01ed45cbbcefc0448de86b4196caa5b1a0ab6ce5 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 8 Jun 2012 16:26:27 +0200 Subject: [PATCH] Update comment about secure_allocator<> --- src/allocators.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/allocators.h b/src/allocators.h index 4b3356e..ddeabc4 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -117,7 +117,6 @@ struct zero_after_free_allocator : public std::allocator }; // This is exactly like std::string, but with a custom allocator. -// (secure_allocator<> is defined in serialize.h) typedef std::basic_string, secure_allocator > SecureString; #endif -- 1.7.1