From 24980c2ae899707ed98b33971381502265fe0269 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 May 2023 09:24:51 +0200 Subject: Return locked machines from enumerate_machines() This is the ground work for the task priority/interrupt support. --- bbot/bootstrap-manifest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/bootstrap-manifest.hxx') diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx index 57b6a4a..ccad8a1 100644 --- a/bbot/bootstrap-manifest.hxx +++ b/bbot/bootstrap-manifest.hxx @@ -35,7 +35,7 @@ namespace bbot : versions (move (v)) {} public: - bootstrap_manifest () = default; // VC export. + bootstrap_manifest () = default; bootstrap_manifest (butl::manifest_parser&, bool ignore_unknown = false); bootstrap_manifest (butl::manifest_parser&, butl::manifest_name_value start, -- cgit v1.1