Skip to content

🧑‍💻 (minor) Add make_strong_ptr overload for std::pmr::polymorphic_allocator#70

Merged
kammce merged 1 commit into
mainfrom
add-make-ptr-with-poly-alloc
May 29, 2026
Merged

🧑‍💻 (minor) Add make_strong_ptr overload for std::pmr::polymorphic_allocator#70
kammce merged 1 commit into
mainfrom
add-make-ptr-with-poly-alloc

Conversation

@kammce

@kammce kammce commented May 29, 2026

Copy link
Copy Markdown
Member

Add template overload of make_strong_ptr that accepts std::pmr::polymorphic_allocator<> and delegates to the memory_resource* version by extracting the underlying resource.

Test Plan

  • All CI checks pass
  • New/updated tests cover the changes
  • Tested locally with conan create .

…locator

Add template overload of make_strong_ptr that accepts std::pmr::polymorphic_allocator<>
and delegates to the memory_resource* version by extracting the underlying resource.
@kammce kammce merged commit 7a36e10 into main May 29, 2026
8 checks passed
@kammce kammce deleted the add-make-ptr-with-poly-alloc branch May 29, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant