From d593b19735eec451b091fd46e4cb066e3478d6c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Nov 2022 14:02:20 +0200 Subject: Move buildfiles to root_extra, use vector instead of unordered_set --- libbuild2/file.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libbuild2/file.hxx') diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index f5eb3f9..5847498 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -116,10 +116,11 @@ namespace build2 bool source_once (scope& root, scope& base, const path&); - // As above but checks against the specified scope rather than base. + // As above but checks against the specified root scope rather than this + // root scope. // LIBBUILD2_SYMEXPORT bool - source_once (scope& root, scope& base, const path&, scope& once); + source_once (scope& root, scope& base, const path&, scope& once_root); // Create project's root scope. Only set the src_root variable if the passed // src_root value is not empty. -- cgit v1.1