cpp-proposals-pub
cpp-proposals-pub copied to clipboard
layout_stride mappings should be convertible from those in layout_left and layout_right
If you look at layout_stride as a polymorphic wrapper that type-erases all kinds of strided layouts (including layout_left and layout_right), then the converting constructor should enable this erasure.