mirror of
https://github.com/microsoft/GSL.git
synced 2026-04-28 18:02:12 +02:00
Fixed unused variable and ran clang-format. Tested on gcc/clang.
This commit is contained in:
@@ -831,7 +831,6 @@ SUITE(span_tests)
|
||||
span<int>::iterator it = s.begin();
|
||||
auto it2 = it + 1;
|
||||
span<int>::const_iterator cit = s.cbegin();
|
||||
auto cit2 = s.cbegin();
|
||||
|
||||
CHECK(it == cit);
|
||||
CHECK(cit == it);
|
||||
|
||||
Reference in New Issue
Block a user