From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- doc/html/boost/container/wstring.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/boost/container/wstring.html') diff --git a/doc/html/boost/container/wstring.html b/doc/html/boost/container/wstring.html index b4ba46ee96..73a0450513 100644 --- a/doc/html/boost/container/wstring.html +++ b/doc/html/boost/container/wstring.html @@ -32,9 +32,9 @@
// In header: <boost/container/string.hpp>
 
 
-typedef basic_string< wchar_t,std::char_traits< wchar_t >,std::allocator< wchar_t > > wstring;
+typedef basic_string< wchar_t,std::char_traits< wchar_t >,new_allocator< wchar_t > > wstring;
-

Description

+

Description

Typedef for a basic_string of narrow characters

-- cgit v1.2.3