Add missing consts

This commit is contained in:
Alexander Karatarakis 2017-09-01 17:14:50 -07:00
parent 95fa51a12a
commit db06c7fa69

View File

@ -33,8 +33,8 @@ namespace vcpkg
this->package = BinaryParagraph(std::move(fields));
auto b = status_field.begin();
auto mark = b;
auto e = status_field.end();
const auto mark = b;
const auto e = status_field.end();
// Todo: improve error handling
while (b != e && *b != ' ')