Update gsl (#954)

This commit is contained in:
Jordan Maples [MSFT] 2020-11-16 09:31:12 -08:00 committed by GitHub
parent 804a14fe8b
commit 959ce58bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
#include <gsl/assert> // Ensures/Expects
#include <gsl/byte> // byte
#include <gsl/pointers> // owner, not_null
#include <gsl/span> // multi_span, strided_span...
#include <gsl/multi_span> // multi_span, strided_span...
#include <gsl/span> // span
#include <gsl/string_span> // zstring, string_span, zstring_builder...
#include <gsl/util> // finally()/narrow_cast()...