ORNL / cpp-proposals-pub

Collaborating on papers for the ISO C++ committee - public repo
26 stars 26 forks source link

minor fixes for mdarray #452

Open nmm0 opened 5 months ago

nmm0 commented 5 months ago

Making this just a draft for now in case it's useful.

This

  1. fixes the reference to mdspan
  2. apparently cleans up line endings (sorry, my editor...)
  3. OtherLayoutType -> OtherLayoutPolicy
  4. Simplifies expression that evaluates to mdspan_type
  5. Makes is_assignable_v correct by giving it a reference