Skip to content
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

Fix allocator construction tracking #13

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
60380b4
Fix issue where objects could be constructed with the incorrect alloc…
gharveymn Nov 23, 2024
1160770
Overload `swap_elements_propagate` for the noexcept move case
gharveymn Nov 28, 2024
ed99def
A bit of cleanup
gharveymn Nov 28, 2024
d8284a4
Don't propagate equal allocators if not specified to propagate
gharveymn Nov 29, 2024
98af8ca
Remove unreachable branch
gharveymn Nov 29, 2024
33a37a8
Remove extra variable
gharveymn Nov 29, 2024
5f37122
Simplify some SFINAE
gharveymn Nov 30, 2024
ef40438
Rename a couple of things
gharveymn Nov 30, 2024
9bfd97f
Fix assert being hit in testing
gharveymn Nov 30, 2024
7146a69
Don't use `select_on_container_copy_construction` during copy-assignment
gharveymn Nov 30, 2024
6ba5f76
Verify that allocator propagation matches requirements
gharveymn Dec 22, 2024
cf2ef5b
Simplify function delegation
gharveymn Dec 22, 2024
a4022b6
Use the `bypass` predefined constant
gharveymn Dec 22, 2024
f865515
A little cleanup of tests
gharveymn Dec 22, 2024
e000bdf
Add support for swapping between `small_vectors` with different inlin…
gharveymn Dec 24, 2024
27003a7
Specialize the N == 0 case for swapping
gharveymn Dec 24, 2024
85a4ef1
Fix constexpr compilation
gharveymn Dec 24, 2024
8f33415
Fix constexpr compilation (again)
gharveymn Dec 24, 2024
e5028f5
Simplify `move_assign`
gharveymn Dec 24, 2024
c6083a7
Unify algorithm for copy-assignment
gharveymn Dec 27, 2024
ab2dccc
Simplify assignment through delegation
gharveymn Dec 30, 2024
02abeb1
Fix bug where noexcept version wasn't being used
gharveymn Jan 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading