aboutsummaryrefslogtreecommitdiff
path: root/bbot/bootstrap-manifest.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-05-11 09:24:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-05-11 09:24:51 +0200
commit24980c2ae899707ed98b33971381502265fe0269 (patch)
treecc7c425939f4c0770d89e3699ae79a1ef93297fb /bbot/bootstrap-manifest.hxx
parentd6594fffcb4ccbfd16f4bb260daad667273cb065 (diff)
Return locked machines from enumerate_machines()
This is the ground work for the task priority/interrupt support.
Diffstat (limited to 'bbot/bootstrap-manifest.hxx')
-rw-r--r--bbot/bootstrap-manifest.hxx2
1 files changed, 1 insertions, 1 deletions
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,