This rule is Obsolete | |
Synopsis: | Use macros to prevent the use of unsupported keywords |
Language: | C++ |
Severity Level: | 10 |
Category: | Portability |
Description: |
Such macros should only be defined in specific headers which special purpose is to shield platform or compiler dependencies. Note that this is not in conflict with [PRE#001]. |
Literature References: |
ISC++ Rec 15.13 |