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

Avoid using pointers #27

Open
kalwalt opened this issue Nov 10, 2022 · 0 comments
Open

Avoid using pointers #27

kalwalt opened this issue Nov 10, 2022 · 0 comments
Assignees
Labels

Comments

@kalwalt
Copy link
Owner

kalwalt commented Nov 10, 2022

It will be preferable to NOT use pointers as much as possible. For example in case of arguments as function(Matrix_t* m) use std::unique_ptr or std::shared_ptr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant