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

Avoid stlport compile error with Visual Studio 2022 #1116

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

xezon
Copy link
Contributor

@xezon xezon commented Feb 11, 2024

This change fixes avoids stlport compile error with Visual Studio 2022.

xstddef file does not exist in Visual Studio 2022. It does exist in Visual Studio 2019 however. But Visual Studio 2019 also compiles without xstddef included in exception from stlport.

Unclear what is going on.

Visual Studio 2019: _STLP_MSVC = 1929
Visual Studio 2022: _STLP_MSVC = 1938

This include was already touched prior with 9d9908f

@xezon xezon added the fixing label Feb 11, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 2.53%. Comparing base (d310f50) to head (8c89a10).
Report is 39 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1116   +/-   ##
========================================
  Coverage     2.53%    2.53%           
========================================
  Files          949      949           
  Lines       110299   110299           
  Branches     18881    18881           
========================================
  Hits          2800     2800           
  Misses      107095   107095           
  Partials       404      404           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xezon xezon force-pushed the fix-vs2022-compilation branch from e73262a to 8c89a10 Compare February 12, 2024 17:58
Copy link
Contributor

@OmniBlade OmniBlade left a comment

Choose a reason for hiding this comment

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

If its causing issues lets merge this and worry about reverting it if its needed for something down the road.

@OmniBlade OmniBlade merged commit ba5f8f5 into TheAssemblyArmada:develop Feb 14, 2024
7 checks passed
@xezon xezon deleted the fix-vs2022-compilation branch February 14, 2024 09:43
@xezon
Copy link
Contributor Author

xezon commented Feb 14, 2024

Yes if some platform needs this explicitly then we compile it in for just that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants