cpp-proposals-pub
cpp-proposals-pub copied to clipboard
mdspan: AccessorPolicy missing a bunch of requirements
We don't even require MoveConstructible (or even Destructible) for the AccessorPolicy, which effectively makes it impossible to implement basic_mdspan in a reasonable way. The requirements should probably be DefaultConstructible and CopyConstructible, or if not we need to add some wording to basic_mdspan itself to handle this.