aboutsummaryrefslogtreecommitdiff
path: root/build2/target.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-20 12:38:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-20 12:38:06 +0200
commit699e3bc87d1cbb3c2b19ddaf5db37909cb49f47b (patch)
treea79a11758bfd58b38a14459e1b268843d14ca67e /build2/target.txx
parentea8f6e4aeb120117c72b87da398eeebb35fe192a (diff)
Remove prerequisite caching in scope
We don't share them often and those that are shared (e.g., cxx{} in obja/objs{}) are lightweight (SOO).
Diffstat (limited to 'build2/target.txx')
-rw-r--r--build2/target.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.txx b/build2/target.txx
index 66acfb8..b72af7d 100644
--- a/build2/target.txx
+++ b/build2/target.txx
@@ -27,7 +27,7 @@ namespace build2
break;
}
}
- while (++i_ != r_->e_ && i_->get ().type.see_through);
+ while (++i_ != r_->e_ && i_->type.see_through);
}
//