Home | History | Annotate | Download | only in docs

Lines Matching full:semantic

76 Semantic import
78 Modules improve access to the API of software libraries by replacing the textual preprocessor inclusion model with a more robust, more efficient semantic model. From the user's perspective, the code looks only slightly different, because one uses an ``import`` declaration rather than a ``#include`` preprocessor directive:
85 This semantic import model addresses many of the problems of the preprocessor inclusion model: