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 alias and assign for Ctxt memory allocations #12

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

keithcolbert
Copy link

This has been tested and is working. I'll include test files once I implement CtxtLists in C++.

The only thing not related to the addition of alias and assign is the deleted copy constructor and copy assignment methods. These could be implemented properly, but for now I deleted them. With no easy way to create an array using the non-default constructor it is tempting to use std::vector, but this results in memory errors. This was the case before the addition of the alias and assign functionality as well.

@WeiDaiWD WeiDaiWD merged commit 1af2f2b into vernamlab:master Feb 9, 2019
@keithcolbert keithcolbert deleted the feature/alias branch February 10, 2019 16:01
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