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

enh: set_external now takes const Node ref #111

Merged
merged 1 commit into from
Dec 8, 2016

Conversation

cyrush
Copy link
Member

@cyrush cyrush commented Dec 8, 2016

the typical use case of this is a shallow copy
the node structure is duplicated, but e data is zero-copied.
For this use case you want a const guarantee for the node
structure of the passed ref.

the typical use case of this is a shallow copy
the node structure is duplicated, but e data is zero-copied.
For this use case you want a const guarantee for the node
structure of the passed ref.
@cyrush
Copy link
Member Author

cyrush commented Dec 8, 2016

this will resolve #97

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 80.774% when pulling 75180a8 on enh/2016_12_const_node_set_ext into f5edac7 on master.

@cyrush cyrush merged commit a7f0924 into master Dec 8, 2016
@cyrush cyrush deleted the enh/2016_12_const_node_set_ext branch December 8, 2016 21:48
@cyrush cyrush added this to the 0.2.1 milestone Sep 20, 2017
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.

2 participants