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

Add custom deleter support to UniquePtr #1305

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

darkwisebear
Copy link

Add the possibility to use shared trivial types as deleters for objects managed by std::unique_ptr / UniquePtr.

Add the possibility to use shared trivial types as deleters for objects managed
by std::unique_ptr / UniquePtr.
GCC does not accept an extern "C" storage class specifier along with
definition of the global variable. Split declaration and definition to
overcome this.
Apparently MacOS's unique_ptr implementation puts the
deleter as the 2nd member. Reflect this in the unique_ptr definition.
* Add unnamed lifetimes to drop implementation for UniquePtrTarget
* Update expected stderr to include the deleter type parameter.
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.

None yet

1 participant