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 const qualifier to input of linalg api #4159

Merged
merged 1 commit into from Feb 8, 2018

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Feb 8, 2018

There are some methods in linalg using non-const reference for input. This PR add const qualifiers to them.

@karlnapf
Copy link
Member

karlnapf commented Feb 8, 2018

lgtm thanks!

@karlnapf karlnapf merged commit 15dcbe4 into shogun-toolbox:develop Feb 8, 2018
@karlnapf
Copy link
Member

karlnapf commented Feb 8, 2018

@vinx13 This broke the ViennaCL build, I guess this is due to come forgotten const ...
Would be good to get this fixed asap

@karlnapf
Copy link
Member

karlnapf commented Feb 8, 2018

@vinx13
Copy link
Member Author

vinx13 commented Feb 8, 2018

Oh, I will fix that soon.

karlnapf added a commit that referenced this pull request Feb 8, 2018
Add const qualifiers to input of linalg APIs and fix #4159
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.

None yet

2 participants