Skip to content

Commit

Permalink
コメントを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 6, 2023
1 parent 69d9316 commit 3cc04a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/cpp/windows/simple_tts/simple_tts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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を削除する。

/// <summary>
/// ワイド文字列をUTF8に変換します。
Expand Down

0 comments on commit 3cc04a1

Please sign in to comment.