-
Notifications
You must be signed in to change notification settings - Fork 1.6k
<xmemory> Add constexpr to allocator traits #1369
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
55 commits
Select commit
Hold shift + click to select a range
0b94bc2
Add support for more constexpr containers
MichaelRizkalla ac7ef50
Conform to clang-format.
MichaelRizkalla 4255a9e
Apply suggestions from code review
7276cec
_Default_allocator_traits members, _Allocate and _Deallocate made con…
MichaelRizkalla 31425fd
Conform to clang-format
MichaelRizkalla 822be04
correctly place __cpp_lib_constexpr_dynamic_alloc and add feature test
MichaelRizkalla 45d1234
Enforce clang-format
MichaelRizkalla 8b15800
Update tests/std/tests/VSO_0157762_feature_test_macros/test.cpp
a16d3cc
Add allocator_traits and allocator tests
MichaelRizkalla 6cfaf58
Enforce clang-format
MichaelRizkalla 3ca91cf
Modify allocator_traits:: construct and destroy
MichaelRizkalla d90e6f9
Modify tests to fix test allocator bugs
MichaelRizkalla 3ed0bc6
Add missing semicolon
StephanTLavavej ccee004
Apply suggestions from code review
8471dad
Update tests as per the review.
MichaelRizkalla ad304c8
Fix tests and adopt for MSVC changes
miscco a4614aa
Changes as requested by the last reviews
MichaelRizkalla 740fb65
Apply suggestions from code review
92c7f94
Clang-format
MichaelRizkalla 1d2c8db
Fix compilation errors, get tests passing, clang 11 format
mnatsuhara 1b11372
Update feature test macro test to check when clang or EDG
mnatsuhara 5d16c01
Remove XPASSing tests from XFAIL list
cbezault 1d2715f
Removed something incorrect from the XFAIL list
cbezault 0badddf
Test now passes for both MSVC and Clang
cbezault 9fceac7
One more unexpectedly passing test
cbezault cef7d11
Apply some code review suggestions
MichaelRizkalla 5b5d0a7
Fix format
MichaelRizkalla d076d30
Constain ranges::destroy and ranges::destroy_n tests
MichaelRizkalla a284ffb
Fix decrementing a const variable
MichaelRizkalla 4f83b63
Correct constraints for test
MichaelRizkalla 8200599
Bug fix
MichaelRizkalla 0d35c3f
One more bug fix
MichaelRizkalla 9feaf8d
Use construct_at and destroy_at in tests and adjust accordingly
MichaelRizkalla 6207dbc
Add tracking comments for GH-1532
MichaelRizkalla 8fb45c0
Apply suggestions from code review
3280005
Apply code review suggestions
MichaelRizkalla 7286a4b
Revert back _Default_allocator_traits::destroy
MichaelRizkalla 8f38fc3
Update tests to avoid object lifetime errors
MichaelRizkalla bc489ee
More test fixes
MichaelRizkalla 686b519
Change _Default_allocator_traits::destroy
MichaelRizkalla 580db38
Fix a typo
MichaelRizkalla 0f9faf6
Add missing test cases
MichaelRizkalla ed0a233
Update transition comment to be unified
MichaelRizkalla 19f0558
Add more test coverage and missing includes
MichaelRizkalla c82d160
clang-format
MichaelRizkalla cf86b05
Update tests
MichaelRizkalla 8446779
Revert last 3 commits and add missing include file.
7457abb
Change macro contraint of _Default_allocator_traits members
ad25f39
Changes to achieve consistency
08bf68f
Merge branch 'master' into MichaelRizkalla/master
mnatsuhara 0705f3f
Drop std qualification.
StephanTLavavej d86dbd8
Code review feedback.
StephanTLavavej a2bd52f
Avoid verbose auto.
StephanTLavavej bf1c2ec
Adjust compiler guards.
StephanTLavavej 4ccb165
Fix compiler guards, add comments.
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
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.