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

tweak(vendor/range-v3): Merge with upstream #2837

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tens0rfl0w
Copy link
Contributor

Goal of this PR

MSVC (v14.41-17.11) stopped draggin-in 'std::basic_string' when referencing '<string_view>'. This breaks building on any MSVC version >= v14.41-17.11

How is this PR achieving the goal

An upstream commit (ericniebler/range-v3@3346e2b) fixed this by now including proper 'string' headers.

Related MSFT STL changeset: microsoft/STL@cce32f4

Upstream changes were tested and did not affect project usage.

This is a proper fix to the temporary fix included in: #2836

This PR applies to the following area(s)

Building

Successfully tested on

Game builds: Not applicable

Platforms: Windows, Linux, Github Actions

Checklist

  • Code compiles and has been tested successfully.
  • Code explains itself well and/or is documented.
  • My commit message explains what the changes do and what they are for.
  • No extra compilation warnings are added by these changes.

Fixes issues

/

MSVC (v14.41-17.11) does not drag-in 'std::basic_string' when referencing '<string_view>'. An upstream commit fixed this by now including proper <string> headers.

Related MSFT STL changeset: microsoft/STL@cce32f4
@github-actions github-actions bot added the triage Needs a preliminary assessment to determine the urgency and required action label Oct 4, 2024
Copy link
Contributor

@FabianTerhorst FabianTerhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your contribution.

@FabianTerhorst FabianTerhorst added ready-to-merge This PR is enqueued for merging and removed triage Needs a preliminary assessment to determine the urgency and required action labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR is enqueued for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants