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

Fix missing std::transform at 530 line #132

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Fix missing std::transform at 530 line #132

merged 1 commit into from
Apr 6, 2023

Conversation

gr3yknigh1
Copy link
Contributor

Fix missing of std::transform at src/internal/formatdetect.cpp. Library doesn't compile with -DBIT7Z_AUTO_FORMAT flag.

Description

Fix missing of std::transform

Motivation and Context

Wanna fix missing of std::transform

How Has This Been Tested?

Just compiled library with -DBIT7Z_AUTO_FORMAT flag

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@rikyoz rikyoz self-assigned this Apr 6, 2023
@rikyoz
Copy link
Owner

rikyoz commented Apr 6, 2023

Hi!
It's actually quite strange; the missing include never gave me any issue with any compiler.
That's why I missed it, I guess.
Anyway, thank you for the PR!

@rikyoz rikyoz merged commit 94c3c76 into rikyoz:master Apr 6, 2023
@gr3yknigh1
Copy link
Contributor Author

Yep. Really strange. It was kind weird that this is simply missing of header inclusion. At the beginning I thought that this is only my problem, but I tried compile on difference branches and issue appears again.
Thanks for a really nice library!

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.

None yet

2 participants