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

A Question about Exercise 16.28 which implemented a simplified shared_ptr #181

Open
CedricXing opened this issue Jan 3, 2020 · 0 comments

Comments

@CedricXing
Copy link

Exercise information

I am confused why the move constructor was declared to have a const shared_ptr&& parameter.
I don't think it can pass the compilation since the value is passed to a shared_ptr& signature function swap .
Could anyone kindly explain whether it was a mistake or I misunderstood?
Thanks!

Your enviroment information

  • System: MacOS
  • Compiler version/IDE: Clang 11.0.0
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

No branches or pull requests

1 participant