-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Miscellaneous Cleanups #3178
Merged
Merged
Miscellaneous Cleanups #3178
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ab253ec - Browse repository at this point
Copy the full SHA ab253ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c01c09 - Browse repository at this point
Copy the full SHA 5c01c09View commit details -
Make `transform_view::iterator::_Verify_offset` always `noexcept` by avoiding checks when the underlying iterator doesn't support `_Verify_offset`. Make that function and `elements_view::iterator::_Verify_offset` available only when `_IDL != 0` **fixing a bug in `elements_view::iterator`**. Remove the now unused `_NOEXCEPT_IDL0` machinery. Fixes microsoft#1269
Configuration menu - View commit details
-
Copy full SHA for 82f8f86 - Browse repository at this point
Copy the full SHA 82f8f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a9403 - Browse repository at this point
Copy the full SHA f8a9403View commit details -
<system_error>
: Correctif (!cond) x(); else y();
... to `if (cond) y(); else x();` Drive-by: Let's `static_assert` only when running the test suite.
Configuration menu - View commit details
-
Copy full SHA for 4720604 - Browse repository at this point
Copy the full SHA 4720604View commit details -
tests/P2278R4_basic_const_iterator nitpicks
* Simplify nested requirement in `HasPeek` * Remove excess empty line
Configuration menu - View commit details
-
Copy full SHA for 20e5872 - Browse repository at this point
Copy the full SHA 20e5872View commit details -
tests/P2322R6_ranges_alg_fold: factor out non-dependent tests
... from `instantiator::call`. Reduces compile + run time by 27%.
Configuration menu - View commit details
-
Copy full SHA for 0171915 - Browse repository at this point
Copy the full SHA 0171915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af41f5 - Browse repository at this point
Copy the full SHA 0af41f5View commit details -
Fixup transform_view death test
transform_view iterators are validated only when the underlying iterators are.
Configuration menu - View commit details
-
Copy full SHA for 310daee - Browse repository at this point
Copy the full SHA 310daeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 948fad1 - Browse repository at this point
Copy the full SHA 948fad1View 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.