From 8b552a01b037e843baa3bef9591056f25e6c3048 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 18 May 2016 07:54:42 +0200 Subject: [PATCH] Missing namespaces added --- include/WinStd/Common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index a4f23f45..9d96b354 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -45,7 +45,7 @@ namespace winstd template struct LocalFree_delete<_Ty[]>; template class handle; template class dplhandle; - template, class _Ax = allocator<_Elem> > class basic_string_printf; + template, class _Ax = std::allocator<_Elem> > class basic_string_printf; /// /// Single-byte character implementation of a class to support string formatting using `printf()` style templates @@ -63,7 +63,7 @@ namespace winstd typedef string_printf tstring_printf; #endif - template, class _Ax = allocator<_Elem> > class basic_string_msg; + template, class _Ax = std::allocator<_Elem> > class basic_string_msg; /// /// Single-byte character implementation of a class to support string formatting using `FormatMessage()` style templates