You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: