diff --git a/platform/Span.h b/platform/Span.h index 15eb6e4bc5..05c4ec0bcf 100644 --- a/platform/Span.h +++ b/platform/Span.h @@ -305,7 +305,7 @@ struct Span { _data(other.data()) { MBED_STATIC_ASSERT( - (span_detail::is_convertible::value), + (span_detail::is_convertible::value), "OtherElementType(*)[] should be convertible to ElementType (*)[]" ); } @@ -594,7 +594,7 @@ struct Span { _data(other.data()), _size(other.size()) { MBED_STATIC_ASSERT( - (span_detail::is_convertible::value), + (span_detail::is_convertible::value), "OtherElementType(*)[] should be convertible to ElementType (*)[]" ); }