From f559ff41f400cfa512639c905a27689460dde15f Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Mon, 11 Feb 2019 16:00:07 -0800 Subject: [PATCH] change span compile only test --- tests/span_compile_only.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/span_compile_only.cpp b/tests/span_compile_only.cpp index abc8de8..f8a77f7 100644 --- a/tests/span_compile_only.cpp +++ b/tests/span_compile_only.cpp @@ -16,19 +16,19 @@ -#include // for byte -#include // for narrow_cast, at +// #include // for byte +// #include // for narrow_cast, at #include // for span, span_iterator, operator==, operator!= -#include // for array -#include // for ptrdiff_t -#include // for reverse_iterator, operator-, operator== -#include // for unique_ptr, shared_ptr, make_unique, allo... -#include // for match_results, sub_match, match_results<>... -#include // for ptrdiff_t -#include // for string -#include // for integral_constant<>::value, is_default_co... -#include // for vector +// #include // for array +// #include // for ptrdiff_t +// #include // for reverse_iterator, operator-, operator== +// #include // for unique_ptr, shared_ptr, make_unique, allo... +// #include // for match_results, sub_match, match_results<>... +// #include // for ptrdiff_t +// #include // for string +// #include // for integral_constant<>::value, is_default_co... +// #include // for vector namespace gsl { struct fail_fast;