We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f71d9 commit df07198Copy full SHA for df07198
cpp/autosar/test/rules/A18-0-1/test.cpp
@@ -41,4 +41,5 @@
41
#include <cwchar> // COMPLIANT
42
#include <cwctype> // COMPLIANT
43
44
-#include "lib/assert.h" // COMPLIANT
+#include "lib/assert.h" // COMPLIANT
45
+#include "time.h" // COMPLIANT - no way to check if this is a local checked in std lib copy
cpp/autosar/test/rules/A18-0-1/time.h
@@ -0,0 +1,4 @@
1
+#ifndef LIB_TIME_EXAMPLE_H_
2
+#define LIB_TIME_EXAMPLE_H_
3
+// may be a user lib or a std lib checked into a project
4
+#endif
0 commit comments