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

xrCore: Fix compilation issues under vs2022 17.7+ #14

Conversation

clayne
Copy link
Contributor

@clayne clayne commented Aug 19, 2023

  • std::binary_function is expected to be included via <functional>. This previously worked in earlier versions of vs2022 (17.6, etc) but they recently cleaned up some includes which broke things which probably shouldn't have been working in the first place.
* std::binary_function is expected to be included via <functional>. This
  previously worked in earlier versions of vs2022 (17.6, etc) but they
  recently cleaned up some includes which broke things which probably
  shouldn't have been working in the first place.
@clayne clayne changed the title Fix compilation issues under vs2022 17.7+ Aug 19, 2023
@themrdemonized themrdemonized merged commit 0d452eb into themrdemonized:all-in-one-vs2022 Aug 19, 2023
themrdemonized added a commit that referenced this pull request Aug 19, 2023
…functional

xrCore: Fix compilation issues under vs2022 17.7+
(cherry picked from commit 0d452eb)
@clayne clayne deleted the 1692411995-stl-extensions-include-functional branch August 19, 2023 15:43
themrdemonized added a commit that referenced this pull request Mar 20, 2024
…functional

xrCore: Fix compilation issues under vs2022 17.7+
(cherry picked from commit 0d452eb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants