mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Update comment about secure_allocator<>
This commit is contained in:
parent
1b7cd74a49
commit
0ed0806bb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user