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

Fix msvc 19.43.34808.0 compilation errors and warnings #473

Merged

Conversation

fteicht
Copy link
Collaborator

@fteicht fteicht commented Feb 28, 2025

This PR:

  • removes MSVC compilation errors C2039, C2065, C2923, C2976 and C2955 due to missing chrono header include in aostar.hh ;
  • removes MSVC compilation warning C4661 due to non implemented MCTS::elaped_time() method which is indeed no more used in the code.

@fteicht fteicht self-assigned this Feb 28, 2025
@fteicht fteicht added the bug Something isn't working label Feb 28, 2025
@fteicht fteicht merged commit bf80b58 into airbus:master Mar 1, 2025
33 checks passed
@fteicht fteicht deleted the fix-msvc-19.43.34808.0-compilation-error branch March 1, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant