Skip to content
New issue

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

MinGW-gcc14.1.0対応 #1957

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

berryzplus
Copy link
Contributor

PR対象

  • アプリ(サクラエディタ本体)

カテゴリ

  • 改善

PR の背景

仕様・動作説明

最新版のMinGW-GCC(14.1.0)でstd::findの利用箇所でビルドエラーが出るので、
標準ヘッダー algorithm の include を追加します。

PR の影響範囲

Azure PipelinesのMinGWビルドが成功するようになります。

テスト内容

Azure PipelinesのMinGWビルドの成否で判断してください。

関連 issue, PR

参考資料

Copy link

sonarcloud bot commented Jun 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@AppVeyorBot
Copy link

@berryzplus berryzplus marked this pull request as ready for review June 17, 2024 11:26
@berryzplus berryzplus merged commit 47cdec2 into sakura-editor:master Jun 17, 2024
24 checks passed
@berryzplus berryzplus deleted the feature/fix_mingw_build branch June 17, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure Piplinesで発生しているMinGWビルドのエラーを対応したい
3 participants