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 reference_wrapper #5671

Merged
merged 3 commits into from Oct 2, 2023
Merged

Add reference_wrapper #5671

merged 3 commits into from Oct 2, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Aug 31, 2023

Adds libcpp bindings for std::reference_wrapper

@matusvalo matusvalo added the C++ label Aug 31, 2023
@scoder
Copy link
Contributor

scoder commented Aug 31, 2023

Thanks. Could you add a little test that exercises the new declaration? Maybe in cpp_stl_cpp11.pyx? Just to see that it compiles, and maybe also to have an example of how you would use the declaration in Cython code.

@vyasr
Copy link
Contributor Author

vyasr commented Aug 31, 2023

Good idea, done.

@matusvalo matusvalo added this to the 3.0.3 milestone Aug 31, 2023
@scoder scoder merged commit 61b5706 into cython:master Oct 2, 2023
76 checks passed
@vyasr vyasr deleted the feat/add_ref_wrapper branch November 9, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants