Update include/gsl/span

Co-Authored-By: Casey Carter <cartec69@gmail.com>
This commit is contained in:
Jordan Maples [MSFT]
2020-02-03 13:45:56 -08:00
committed by GitHub
co-authored by Casey Carter
parent 5b8cf5422b
commit 17e372c155
+1 -1
View File
@@ -25,7 +25,7 @@
#include <array> // for array
#include <cstddef> // for ptrdiff_t, size_t, nullptr_t
#include <iterator> // for reverse_iterator, distance, random_access_...
#include <memory> // for std::addressof
#include <memory> // for std::addressof
#include <stdexcept>
#include <type_traits> // for enable_if_t, declval, is_convertible, inte...
#include <utility>