From 441cd214f04b8738c3fd92dd3c1a8ad1f2e56ba8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 22 Jun 2021 22:04:52 +0300 Subject: Add support for building dependency in other configuration and re-pointing dependents to it --- bpkg/database.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/database.hxx') diff --git a/bpkg/database.hxx b/bpkg/database.hxx index 735fe7f..4e54bb7 100644 --- a/bpkg/database.hxx +++ b/bpkg/database.hxx @@ -352,8 +352,8 @@ namespace bpkg associated_databases implicit_associations_; }; - // NOTE: remember to update config_package comparison operators if changing - // the database comparison operators. + // NOTE: remember to update config_package comparison operators and + // compare_lazy_ptr if changing the database comparison operators. // // Note that here we use the database address as the database identity since // we don't suppose two database instances for the same configuration to -- cgit v1.1