Skip to content

Unique ptr catch fix #182

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

Merged
merged 4 commits into from
Apr 13, 2021
Merged

Unique ptr catch fix #182

merged 4 commits into from
Apr 13, 2021

Conversation

Dw9
Copy link
Contributor

@Dw9 Dw9 commented Apr 12, 2021

resolve #179

修正了 unique_ptr不可以被按值捕获到,可以被按引用捕获到。

Copy link
Owner

@changkun changkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small revisions.

Dw9 and others added 2 commits April 13, 2021 08:39
Co-authored-by: Changkun Ou <hi@changkun.de>
Co-authored-by: Changkun Ou <hi@changkun.de>
@Dw9
Copy link
Contributor Author

Dw9 commented Apr 13, 2021

Thank you for reviewing。This is a book stared by nearly 13k people,we should be strict.

Copy link
Owner

@changkun changkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@changkun changkun merged commit ad4b958 into changkun:master Apr 13, 2021
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.

Lambda可以通过引用捕获unique_ptr
2 participants