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

Missing include on algorithm - boost.process 1.77 #20413

Closed
Stardusstt opened this issue Sep 28, 2021 · 2 comments · Fixed by #20421
Closed

Missing include on algorithm - boost.process 1.77 #20413

Stardusstt opened this issue Sep 28, 2021 · 2 comments · Fixed by #20421
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Stardusstt
Copy link

boostorg/process#213

Error: boost/process/detail/traits/wchar_t.hpp(150,14): error : no member named 'transform' in namespace 'std'
Fix: include in wchar_t.hpp

fix in boostorg/process#215

@cjwijtmans
Copy link

are you building with C++17. std::transform was introduced since then.

@PhoebeHui PhoebeHui self-assigned this Sep 29, 2021
@PhoebeHui PhoebeHui added the category:port-bug The issue is with a library, which is something the port should already support label Sep 29, 2021
@PhoebeHui
Copy link
Contributor

@Stardusstt, thanks for bringing up this! I have already submitted a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants