// Note: the #if/#elif conditions are to get past the #include order checking. #if A # include "tests/style/BadIncludes.h"// bad: self-include # include "tests/style/BadIncludes2.h"// ok #elif B # include "BadIncludes2.h"// bad: not a full path #elif C # include <tests/style/BadIncludes2.h> // bad: <> form used for local file #elif D # include "stdio.h"// bad: "" form used for system file #elif E # include "mozilla/Unused.h"// bad: header is deprecated #endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.