Skip to content

Remove __host__ __device__ specifiers from defaulted constructors.

Stephan Hageboeck requested to merge hageboeck/defaultedConstructors into master

Depending on the compiler settings, these redundant execution space specifiers trigger a warning. They can be safely removed.

Edited by Stephan Hageboeck

Merge request reports