Skip to content

Conversation

varunagrawal
Copy link
Contributor

This PR fixes the CI issue with Windows by changing from /std:c++latest to /std:c++17 for Visual Studio.

From my online reading, /std:c++latest uses the latest standard for C++ on Windows and this may cause unexpected issues as we experienced. Setting to the C++17 standard explicitly makes things more predictable.

@varunagrawal varunagrawal added ci Related to the Continuous Integration pipeline windows Related to Windows labels Apr 11, 2023
@varunagrawal varunagrawal requested a review from dellaert April 11, 2023 01:14
@varunagrawal varunagrawal self-assigned this Apr 11, 2023
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

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

Awesomesauce!!!!!

@dellaert dellaert merged commit 531d948 into develop Apr 11, 2023
@varunagrawal varunagrawal deleted the windows-fix branch May 31, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to the Continuous Integration pipeline windows Related to Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants