changeset 3028:8f48ce74ec73 draft

Update comment about secure_allocator<>
author Pieter Wuille <pieter.wuille@gmail.com>
date Fri, 08 Jun 2012 16:26:27 +0200
parents 23520265514d
children a9269eb8c839
files src/allocators.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/allocators.h
+++ b/src/allocators.h
@@ -117,7 +117,6 @@
 };
 
 // This is exactly like std::string, but with a custom allocator.
-// (secure_allocator<> is defined in serialize.h)
 typedef std::basic_string<char, std::char_traits<char>, secure_allocator<char> > SecureString;
 
 #endif