diff --git a/include/string_span.h b/include/string_span.h index d3419ee..a451314 100644 --- a/include/string_span.h +++ b/include/string_span.h @@ -552,8 +552,8 @@ bool operator==(const T& one, gsl::basic_string_span other) noexc #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template other) noexc #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template other) noexce #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template other) noexc #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template (const T& one, gsl::basic_string_span other) noexce #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template =(const T& one, gsl::basic_string_span other) noexc #ifndef _MSC_VER -// VS allows temp and const containers as convertible to basic_string_span, -// to the cases below are already by the revious operators +// VS treats temp and const containers as convertible to basic_string_span, +// so the cases below are already covered by the previous operators template