mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Format.
This commit is contained in:
parent
38a6a7af92
commit
adae9bc473
@ -1210,7 +1210,7 @@ SUITE(span_tests)
|
|||||||
(void) dv;
|
(void) dv;
|
||||||
|
|
||||||
auto av2 = as_span(av.begin(), av.end());
|
auto av2 = as_span(av.begin(), av.end());
|
||||||
CHECK(av2 == av);
|
CHECK(av2 == av);
|
||||||
|
|
||||||
#ifdef CONFIRM_COMPILATION_ERRORS
|
#ifdef CONFIRM_COMPILATION_ERRORS
|
||||||
auto dv2 = as_span(std::move(vec));
|
auto dv2 = as_span(std::move(vec));
|
||||||
|
Loading…
Reference in New Issue
Block a user