mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
change span compile only test
This commit is contained in:
parent
94f91720c0
commit
f559ff41f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user