This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to c++17 on all configurations
* my version of VS doesn't recognize stdcpp20 and falls back to default c++14, which results in failed compilation because std::optional was introduced in c++17
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define GIT_CUR_COMMIT 89cf161f9068845716b3dce3ce95acc23a265f20 | ||
#define GIT_BRANCH 2021.1.9s | ||
#define GIT_CUR_COMMIT db280a4b512421a09c5b751e8f9a746605308e42 | ||
#define GIT_BRANCH RoleColors |