Skip to content

Commit

Permalink
Revert "Change to span compile only [This needs to be reverted before…
Browse files Browse the repository at this point in the history
… checkin]"

This reverts commit eacfef8.
  • Loading branch information
Daniel Donenfeld committed Apr 8, 2019
1 parent eacfef8 commit 0e8a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/span_compile_only.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void test_span_unoptimizable_rangecheck(span<int> s, int len)
{
for (ptrdiff_t i = 0; i < len; i++)
{
s[i] += 2; // ORIGINALLY 1, change back before final checkin
s[i] += 1;
}
}

Expand Down

0 comments on commit 0e8a329

Please sign in to comment.