kokkos / mdarray

Other
10 stars 9 forks source link

Adjust noexcept specifier of defaulted copy constructor and assignment operator #1

Closed dalg24 closed 4 years ago

dalg24 commented 4 years ago

Ran into the following errors with macport's clang 8

error: exception specification of explicitly defaulted copy assignment operator does not match the calculated one
error: exception specification of explicitly defaulted copy constructor does not match the calculated one
dalg24 commented 4 years ago

Awesome catch! Do we need these also for the move constructor?

Probably