зеркало из https://github.com/microsoft/vcpkg.git
Add size_t overload to to_printf_arg()
This commit is contained in:
Родитель
8ed88af8c9
Коммит
4faf11f206
|
@ -19,6 +19,11 @@ namespace vcpkg {namespace Strings {namespace details
|
|||
return s;
|
||||
}
|
||||
|
||||
inline size_t to_printf_arg(const size_t s)
|
||||
{
|
||||
return s;
|
||||
}
|
||||
|
||||
std::string format_internal(const char* fmtstr, ...);
|
||||
|
||||
inline const wchar_t* to_wprintf_arg(const std::wstring& s)
|
||||
|
|
Загрузка…
Ссылка в новой задаче