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