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
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
The text was updated successfully, but these errors were encountered:
are you building with C++17. std::transform was introduced since then.
Sorry, something went wrong.
@Stardusstt, thanks for bringing up this! I have already submitted a PR to fix it.
PhoebeHui
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: