microsoft / GSL

Guidelines Support Library
Other
6.13k stars 737 forks source link

Suppress warning C26481 #1099

Closed beinhaerter closed 1 year ago

beinhaerter commented 1 year ago

Suppress "warning C26481: Don't use pointer arithmetic. Use span instead (bounds.1)." in the code that impements span.

dmitrykobets-msft commented 1 year ago

thanks for the fix!