Merge branch '0.5.0.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Fri, 23 Dec 2011 15:09:13 +0000 (10:09 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Fri, 23 Dec 2011 15:09:13 +0000 (10:09 -0500)
1  2 
src/util.h

diff --cc src/util.h
@@@ -292,10 -285,11 +292,14 @@@ public
  
  
  
 +// 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;
  
+ // 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;