We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
せっかく最近 #1948 でメンテしたのに、MinGWのビルドエラーが出ている件。 CCommandLineが継承しているTInstanceHolderの記述がC++不適合となってる気配。
Originally posted by @berryzplus in #1952 (comment)
調査してみたところ、問題はMinGW-GCCの最新版14.1.0で発生しており、 std::findを利用しているのに algorithm を include していないことが原因のようでした。
std::find
algorithm
Azure PipelinesのMinGW Debug/Releaseビルドで再現しています。
常に発生。
「ビルドできない」なので関係ありません。
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
問題内容
Originally posted by @berryzplus in #1952 (comment)
調査してみたところ、問題はMinGW-GCCの最新版14.1.0で発生しており、
std::find
を利用しているのにalgorithm
を include していないことが原因のようでした。再現手順
Azure PipelinesのMinGW Debug/Releaseビルドで再現しています。
再現頻度
常に発生。
問題のカテゴリ
環境情報
「ビルドできない」なので関係ありません。
スクリーンショット
The text was updated successfully, but these errors were encountered: