From 3cc04a1e28f515efbd33e8fc4ac379f70550cff6 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Thu, 7 Sep 2023 02:13:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/cpp/windows/simple_tts/simple_tts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/cpp/windows/simple_tts/simple_tts.cpp b/example/cpp/windows/simple_tts/simple_tts.cpp index 4ac226d19..0c48418c5 100644 --- a/example/cpp/windows/simple_tts/simple_tts.cpp +++ b/example/cpp/windows/simple_tts/simple_tts.cpp @@ -159,7 +159,7 @@ void OutErrorMessage(VoicevoxResultCode messageCode) { std::wcout << wideStr << std::endl; } -// FIXME: codecvtはC++17から非推奨となり、win32で頑張って手書きしなければならない。それができたらvcxprojの_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGを削除する。 +// FIXME: codecvtはC++17から非推奨であるため、std::filesystem::pathに乗り換える。それができたらvcxprojの_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGを削除する。 /// /// ワイド文字列をUTF8に変換します。