File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
sycl/doc/extensions/experimental Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -363,12 +363,10 @@ whose _Name_ is `foo/bar.h`.
363
363
If such an entry is found, the compiler uses the associated _Content_ as the
364
364
content of the include file.
365
365
366
- Note that not every file referenced in an `#include` statement must be added
367
- manually to this property: The compiler automatically considers headers from the
368
- currrent working directory and any explicitly added include path. A set of
369
- standard headers (e.g., `sycl/sycl.hpp`) are implicitly available as well.
370
- Include file handling is described in more detail below in the section
371
- "Including files when the language is ``sycl``".
366
+ _Note_: This property is only required if an `#include` statement references a
367
+ file that is not already implicitly available.
368
+ For more information about implicitly available headers, see the section
369
+ "Including files when the language is ``sycl``".{endnote}
372
370
373
371
_Effects (1):_ Creates a new `include_files` property with no (_Name_,
374
372
_Content_) pairs.
You can’t perform that action at this time.
0 commit comments