Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

chore: suppress more warnings on Windows #2173

Merged
merged 2 commits into from
Mar 25, 2025
Merged

chore: suppress more warnings on Windows #2173

merged 2 commits into from
Mar 25, 2025

Conversation

vansangpfiev
Copy link
Contributor

Describe Your Changes

This pull request includes several changes aimed at simplifying the codebase and improving exception handling. The most important changes involve standardizing the C++ version used across projects, updating exception handling, and refactoring utility functions.

Standardization of C++ Version:

  • engine/CMakeLists.txt: Removed conditional checks for C++ features and set the C++ standard to 17 unconditionally.
  • engine/cli/CMakeLists.txt: Removed conditional checks for C++ features and set the C++ standard to 17 unconditionally.

Exception Handling Improvements:

Utility Function Refactoring:

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev marked this pull request as ready for review March 25, 2025 02:22
Copy link
Contributor

@qnixsynapse qnixsynapse left a comment

Choose a reason for hiding this comment

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

LGTM

@vansangpfiev vansangpfiev merged commit 262fb1f into dev Mar 25, 2025
15 of 16 checks passed
@vansangpfiev vansangpfiev deleted the s/chore/cpp17 branch March 25, 2025 03:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants