-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Concatenating strings in a more portable way -- for some unclear reason #1743
Concatenating strings in a more portable way -- for some unclear reason #1743
Conversation
This is unexpected! It would be nice to have a bit of clarity on why this happens before continuing though. What C++ standard library version are you building against? |
This depends on the filesystem library which provides the |
On this machine I believe I'm using |
I don't think we can merge this without a clear understanding of what the cause is, and with very clear comments on it. The current code look perfectly compliant to me. |
@massimiliano-leoni Does https://stackoverflow.com/a/59823692 help? (adding |
@garth-wells I tried but I couldn't get it to compile, I'm getting some error I don't fully understand. |
Not reproducible, so closing. |
Normal string concatenation was observed to fail on some machines for unclear reasons. This implementation seems to be more robust.