From 7506c9b2f1cec8a137107115af4ec98ab9cdb779 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 23 May 2022 21:52:28 +0300 Subject: Enable remaining configuration cycle tests excluding existing dependent tests --- bpkg/pkg-build.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-build.cxx') diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index fc049a6..c9e138a 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -5169,7 +5169,7 @@ namespace bpkg // If this dependent is present in postponed_deps, then it // means someone depends on it with configuration and it's no // longer considered an existing dependent (it will be - // reconfigured). However, this fact may not be reflected + // reconfigured). However, this fact may not be reflected // yet. And it can actually turn out bogus. // auto pi (postponed_deps.find (cp)); @@ -5236,7 +5236,7 @@ namespace bpkg if (ed.reevaluated) continue; - config_package cp (d.first); + const config_package& cp (d.first); packages& ds (ed.dependencies); pair, -- cgit v1.1