From f0da422177d416aef2e446b23e8bbf2ec79a9aab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 May 2019 14:11:17 +0200 Subject: Support <>-style header specification in importable_headers --- build2/cxx/init.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cxx') diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index a04a30a..2491d90 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -399,9 +399,9 @@ namespace build2 // // A header can be specified either as an absolute and normalized path // or as a <>-style include name. The latter kind is automatically - // translated to the absolute form based on the include search paths - // extracted from the compiler. Note also that all entries must be - // specified before loading the cxx module. + // translated to the absolute form based on the compiler's system + // header search paths (as opposed to -I). Note also that all entries + // must be specified before loading the cxx module. // &v.insert ("config.cxx.importable_headers", true), -- cgit v1.1