From f36d3e02033ff2f9d14cb20a6d338c8bb09a3962 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Jun 2017 15:18:08 +0200 Subject: Implement module interface unit compilation for Clang and VC --- build2/target.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/target.hxx') diff --git a/build2/target.hxx b/build2/target.hxx index 19c8946..d4def6e 100644 --- a/build2/target.hxx +++ b/build2/target.hxx @@ -228,6 +228,8 @@ namespace build2 // - Member variable lookup skips the ad hoc group (since the group is // the first member, this is normally what we want). // + // Use add_adhoc_member() from algorithms to add an ad hoc member. + // const_ptr member = nullptr; bool -- cgit v1.1