diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-08 16:26:27 +0200 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-06-14 17:03:27 +0000 |
commit | 01ed45cbbcefc0448de86b4196caa5b1a0ab6ce5 (patch) | |
tree | b6ff16db0f1a31d70e65a65f70c1fb24009a0625 /src | |
parent | 17badef789bf74fb3f4c5d95ac59c080ae656201 (diff) |
Update comment about secure_allocator<>
Diffstat (limited to 'src')
-rw-r--r-- | src/allocators.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/allocators.h b/src/allocators.h index 4b3356e874..ddeabc48c5 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -117,7 +117,6 @@ struct zero_after_free_allocator : public std::allocator<T> }; // 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 |