Building clean with MSVC12.

This commit is contained in:
Neil MacIntosh
2016-07-29 11:16:06 -07:00
parent a0cf1ecc49
commit 8e31f53f8a
5 changed files with 34 additions and 28 deletions
+8
View File
@@ -839,7 +839,9 @@ SUITE(span_tests)
CHECK(it - beyond == 0);
for (auto& n : s)
{
CHECK(n == 5);
}
}
}
@@ -881,7 +883,9 @@ SUITE(span_tests)
CHECK(it - beyond == 0);
for (auto& n : s)
{
CHECK(n == 5);
}
}
}
@@ -923,7 +927,9 @@ SUITE(span_tests)
CHECK(it - beyond == 0);
for (auto& n : s)
{
CHECK(n == 5);
}
}
}
@@ -965,7 +971,9 @@ SUITE(span_tests)
CHECK(it - beyond == 0);
for (auto& n : s)
{
CHECK(n == 5);
}
}
}