mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:53:01 +08:00
Add missing consts
This commit is contained in:
parent
95fa51a12a
commit
db06c7fa69
@ -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 != ' ')
|
||||
|
Loading…
Reference in New Issue
Block a user