aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-12-23 10:09:13 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-23 10:09:13 -0500
commit961cf14ab3e0d16bcecdb64717accd088a0d00aa (patch)
tree6c9181d3cda8398d424e4fd0507d225cc0e3a979 /src/util.h
parent96c700f5e4b283e5479505d1e5f8fc9884dc1ff5 (diff)
parent863238316144b0ae8d0208ed60d86d932475cfaa (diff)
downloadbitcoin-961cf14ab3e0d16bcecdb64717accd088a0d00aa.tar.xz
Merge branch '0.5.0.x' into 0.5.x
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 1ef0e6f15c..dcf060e3e8 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<char, std::char_traits<char>, secure_allocator<char> > SecureString;
+// 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;
+