mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
Remove explicit keyword from constructor
This commit is contained in:
parent
5405d4d587
commit
e3f4e09342
@ -38,7 +38,7 @@ namespace vcpkg::Dependencies
|
|||||||
static bool compare_by_name(const InstallPlanAction* left, const InstallPlanAction* right);
|
static bool compare_by_name(const InstallPlanAction* left, const InstallPlanAction* right);
|
||||||
|
|
||||||
InstallPlanAction();
|
InstallPlanAction();
|
||||||
explicit InstallPlanAction(const PackageSpec& spec, const AnyParagraph& any_paragraph, const RequestType& request_type);
|
InstallPlanAction(const PackageSpec& spec, const AnyParagraph& any_paragraph, const RequestType& request_type);
|
||||||
InstallPlanAction(const InstallPlanAction&) = delete;
|
InstallPlanAction(const InstallPlanAction&) = delete;
|
||||||
InstallPlanAction(InstallPlanAction&&) = default;
|
InstallPlanAction(InstallPlanAction&&) = default;
|
||||||
InstallPlanAction& operator=(const InstallPlanAction&) = delete;
|
InstallPlanAction& operator=(const InstallPlanAction&) = delete;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user