Get rid of the test.cpp warning

This commit is contained in:
tamasmeszaros 2019-06-26 18:03:13 +02:00
parent 74b420d608
commit ec28e55ff0

View File

@ -555,7 +555,7 @@ TEST(GeometryAlgorithms, NestTest) {
size_t partsum = std::accumulate(result.begin(),
result.end(),
size_t(0),
[](int s,
[](size_t s,
const decltype(
result)::value_type &bin) {
return s += bin.size();