This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
P1684: Make converting construction from mdspan/mdarray unconditionally explicit #21
Labels
P1684
Issues in P1684, the specification of mdarray
This comes from 1684R2 LEWG review on 2022/04/19.
One reviewer pointed out:
string(string_view)
constructor is unconditionally explicit, because it may require an expensive allocation and/or copy. Analogously, converting construction of anmdarray
frommdarray
ormdspan
should also be unconditionally explicit.The text was updated successfully, but these errors were encountered: