aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-query.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-07-21 16:34:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-07-25 16:16:19 +0300
commit8468f0beac9b792d7e2621f1a78a485ed542fb1d (patch)
treece5d3274ff6ef90361496eb0d6d81f912c14ab0e /bpkg/package-query.hxx
parent22716755cbdbfa9b0db1dfafe73252093132ab68 (diff)
Ignore version iteration in satisfies() overloads (GH issue #293)
Diffstat (limited to 'bpkg/package-query.hxx')
-rw-r--r--bpkg/package-query.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bpkg/package-query.hxx b/bpkg/package-query.hxx
index 98bb7a0..12456ce 100644
--- a/bpkg/package-query.hxx
+++ b/bpkg/package-query.hxx
@@ -93,7 +93,6 @@ namespace bpkg
using config_repo_fragments =
database_map<vector<shared_ptr<repository_fragment>>>;
-
available_packages
find_available (const package_name&,
const optional<version_constraint>&,