-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Move to c++17 #819
Merged
Merged
Move to c++17 #819
Commits on Aug 30, 2023
-
All our compilers should handle c++17. Let's move on.
Configuration menu - View commit details
-
Copy full SHA for c7853df - Browse repository at this point
Copy the full SHA c7853dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 719a61c - Browse repository at this point
Copy the full SHA 719a61cView commit details
Commits on Sep 23, 2023
-
Do not inherit from
std::iterator
.`std::iterator` is deprecated in c++17.
Configuration menu - View commit details
-
Copy full SHA for 56b1d9e - Browse repository at this point
Copy the full SHA 56b1d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9ec3f - Browse repository at this point
Copy the full SHA 0d9ec3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6dcf11 - Browse repository at this point
Copy the full SHA d6dcf11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c88842 - Browse repository at this point
Copy the full SHA 9c88842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163b02b - Browse repository at this point
Copy the full SHA 163b02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3600ea - Browse repository at this point
Copy the full SHA c3600eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bd1db - Browse repository at this point
Copy the full SHA 94bd1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681fde1 - Browse repository at this point
Copy the full SHA 681fde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b21919 - Browse repository at this point
Copy the full SHA 9b21919View commit details -
Define function use with
WITH_TEST_DATA
only ifWITH_TEST_DATA
.Or else, they will be detected as defined but not used.
Configuration menu - View commit details
-
Copy full SHA for 51947a8 - Browse repository at this point
Copy the full SHA 51947a8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.