mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 06:38:12 +08:00
[vcpkg_Dependencies.cpp] Order of initialization
This commit is contained in:
parent
f3156ae3e4
commit
63a9572ecf
@ -166,7 +166,7 @@ namespace vcpkg::Dependencies
|
||||
InstallPlanAction::InstallPlanAction(const PackageSpec& spec,
|
||||
const AnyParagraph& any_paragraph,
|
||||
const RequestType& request_type)
|
||||
: spec(spec), request_type(request_type), plan_type(InstallPlanType::UNKNOWN), any_paragraph(any_paragraph)
|
||||
: spec(spec), any_paragraph(any_paragraph), plan_type(InstallPlanType::UNKNOWN), request_type(request_type)
|
||||
{
|
||||
if (auto p = any_paragraph.status_paragraph.get())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user