kokkos / array_ref

Polymorphic multidimensional array view
36 stars 9 forks source link

Unworkable constructor #25

Closed hcedwar closed 8 years ago

hcedwar commented 8 years ago

The following constructor:

explicit constexpr array_ref(pointer p, Properties const&... props) noexcept;

is unworkable as not all properties are construction properties, only perhaps some of them. In Kokkos we have constructor properties vs. array_ref properties, which have some overlap.