Skip to content

std::rc should allocate with a unique pointer #6521

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

Closed
thestinger opened this issue May 16, 2013 · 2 comments
Closed

std::rc should allocate with a unique pointer #6521

thestinger opened this issue May 16, 2013 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@thestinger
Copy link
Contributor

Using malloc/free directly won't work for @T, since it's going to allow Const types.

@ghost ghost assigned thestinger May 16, 2013
@bluss
Copy link
Member

bluss commented Jul 26, 2013

Fixed with pull #8022

@bluss
Copy link
Member

bluss commented Jul 26, 2013

Really fixed by pull #7982, that superceded the previously mentioned one.

@thestinger thestinger removed their assignment Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants