You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep an eye on this and if needed, decide to allow or not such a difference from std::span. If it's different from std::span, add a notice to the test specification.
See also thread [isocpp-lib] P0122R7 (span): element_type instead of value_type in constructor taking std::aray? of 28-Apr-18, 15:21.
The text was updated successfully, but these errors were encountered:
span-lite release 0.1.0 allows the construction of a span from
std::array
with aconst
value type.However this is not supported by p0122r7.
Keep an eye on this and if needed, decide to allow or not such a difference from
std::span
. If it's different fromstd::span
, add a notice to the test specification.See also thread [isocpp-lib] P0122R7 (span): element_type instead of value_type in constructor taking std::aray? of 28-Apr-18, 15:21.
The text was updated successfully, but these errors were encountered: