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

nvcc complains about call of non-const member function on "const ObjectStorage&" object #1820

Closed
PhilipFackler opened this issue Dec 19, 2019 · 0 comments

Comments

@PhilipFackler
Copy link

With nvcc, it appears a "const" version of "ObjectStorage::stored_object()" is needed since it's used in the copy constructor on a "const ObjectStorage&" object.

  • OS: ubuntu 18.04
  • Compiler+version: nvcc 10.1.105
  • Catch version: v2.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants