X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Futil.h;fp=src%2Futil.h;h=dcf060e3e8b0e342fbfbb5a808689d325998ca1d;hb=961cf14ab3e0d16bcecdb64717accd088a0d00aa;hp=1ef0e6f15cd3fb64c5f2a83e6554d552e1439a40;hpb=96c700f5e4b283e5479505d1e5f8fc9884dc1ff5;p=novacoin.git diff --git a/src/util.h b/src/util.h index 1ef0e6f..dcf060e 100644 --- a/src/util.h +++ b/src/util.h @@ -296,6 +296,10 @@ public: // (secure_allocator<> is defined in serialize.h) typedef std::basic_string, secure_allocator > SecureString; +// 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; +