-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[xutility] Modernize _Equal_memcmp_is_safe to use variable templates #831
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9c64865
[xutility] Modernize _Equal_memcmp_is_safe to use variable templates
miscco 8de249d
First batch of code review
miscco fe1a026
Handle top level const properly
miscco 12440c9
Use _Iter for iterators derp
miscco a43d02e
Prepare later change
miscco a489b8e
Address review comments from Casey
miscco 00efb0e
Enable _Equal_memcmp optimization for ranges
miscco 051ef0e
Make clang happy
miscco d76040d
Use to_address to convert contiguous iterators to pointers in _Find_e…
CaseyCarter b17267a
Address review comments from Casey
miscco c9b0e41
Fix typos
miscco 5956df2
Add some more volatile tests with contiguous_iterators
miscco 74c07f1
Adjust comments.
StephanTLavavej bde44e4
Simplify and comment metaprogramming.
StephanTLavavej 31aea27
Merge branch 'master' into equal_memcmp
StephanTLavavej 3390c01
Fix top-level constness on iterators, fix tests.
StephanTLavavej 58a8495
Extend test coverage for element types.
StephanTLavavej be607e3
Code review feedback: test byte == char.
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.