-
Notifications
You must be signed in to change notification settings - Fork 116
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 #213
Comments
Is there anybody who is dealing with issues like this? For an year, I manually patch 036c9fc, because it's still not in boost release. This lib is starting to be kinda annoying. |
Sorry this fell of my radar. If you create a PR, I'll just merge it. |
PR #215 |
jens-diewald
added a commit
to jens-diewald/boost-wintls
that referenced
this issue
Aug 22, 2022
Boost.Process misses an algorithm include in Boost 1.77, see boostorg/process#213.
laudrup
pushed a commit
to laudrup/boost-wintls
that referenced
this issue
Oct 6, 2022
Boost.Process misses an algorithm include in Boost 1.77, see boostorg/process#213.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: boost/process/detail/traits/wchar_t.hpp(150,14): error : no member named 'transform' in namespace 'std'
Fix: include <algorithm> in wchar_t.hpp
Version: Boost 1.77 beta 1
The text was updated successfully, but these errors were encountered: