... std::size_t size, const wchar_t* format, std::va_list args) { return ::vswprintf_s(buf, size, format, args); } # endif // BOOST_LOG_USE_WCHAR_T # else ...
確定! 回上一頁