From d263455d5ac0d87541144dd7a37eb6255b721a89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Feb 2017 11:55:03 +0200 Subject: Redesign target_set interface in preparation for locking --- build2/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/parser.cxx') diff --git a/build2/parser.cxx b/build2/parser.cxx index c48159a..e3f0c70 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -3549,7 +3549,7 @@ namespace build2 dir_path (), // Out tree target. string (), nullopt, - trace) != targets.end ()) + trace) != nullptr) return; target& dt (*default_target_); -- cgit v1.1