change span compile only test

This commit is contained in:
Daniel Donenfeld 2019-02-11 16:00:07 -08:00
parent 94f91720c0
commit f559ff41f4

View File

@ -16,19 +16,19 @@
#include <gsl/gsl_byte> // for byte
#include <gsl/gsl_util> // for narrow_cast, at
// #include <gsl/gsl_byte> // for byte
// #include <gsl/gsl_util> // for narrow_cast, at
#include <gsl/span> // for span, span_iterator, operator==, operator!=
#include <array> // for array
#include <iostream> // for ptrdiff_t
#include <iterator> // for reverse_iterator, operator-, operator==
#include <memory> // for unique_ptr, shared_ptr, make_unique, allo...
#include <regex> // for match_results, sub_match, match_results<>...
#include <stddef.h> // for ptrdiff_t
#include <string> // for string
#include <type_traits> // for integral_constant<>::value, is_default_co...
#include <vector> // for vector
// #include <array> // for array
// #include <iostream> // for ptrdiff_t
// #include <iterator> // for reverse_iterator, operator-, operator==
// #include <memory> // for unique_ptr, shared_ptr, make_unique, allo...
// #include <regex> // for match_results, sub_match, match_results<>...
// #include <stddef.h> // for ptrdiff_t
// #include <string> // for string
// #include <type_traits> // for integral_constant<>::value, is_default_co...
// #include <vector> // for vector
namespace gsl {
struct fail_fast;