mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
Make lambda arg const
This commit is contained in:
parent
70814cd7ca
commit
331ac16736
@ -43,7 +43,7 @@ namespace vcpkg
|
||||
|
||||
if (args.command_arguments.size() == 0)
|
||||
{
|
||||
do_print(paths, [](std::string&) -> bool
|
||||
do_print(paths, [](const std::string&) -> bool
|
||||
{
|
||||
return true;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user