# HG changeset patch # User Pieter Wuille # Date 1339165587 -7200 # Node ID 8f48ce74ec7395cff388965c3232f3bea4fff36c # Parent 23520265514d50fd7ef69fd384bd1ebe03db80ff Update comment about secure_allocator<> diff --git a/src/allocators.h b/src/allocators.h --- 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, secure_allocator > SecureString; #endif