From 1397444e5de3281431d2174564dfd76fe7b7b32f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Apr 2016 07:19:03 +0200 Subject: Use hash map/set for targets/prerequisites to resolve key change issue --- build2/algorithm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index ce25acf..1b19fe5 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -21,8 +21,8 @@ namespace build2 target& search (const prerequisite_key& pk) { - // If this is a project-qualified prerequisite, then this - // is import's business. + // If this is a project-qualified prerequisite, then this is import's + // business. // if (pk.proj != nullptr) return import (pk); -- cgit v1.1