Make lambda arg const

This commit is contained in:
Alexander Karatarakis 2016-11-07 13:43:36 -08:00
parent 70814cd7ca
commit 331ac16736

View File

@ -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;
});