From: Pieter Wuille Date: Fri, 8 Jun 2012 14:26:27 +0000 (+0200) Subject: Update comment about secure_allocator<> X-Git-Tag: v0.4.0-unstable~129^2~1^2~2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=01ed45cbbcefc0448de86b4196caa5b1a0ab6ce5 Update comment about secure_allocator<> --- 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