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 0eec23a commit a5a2914Copy full SHA for a5a2914
include/clang/Interpreter/CppInterOp.h
@@ -2,7 +2,12 @@
2
#define CLANG_CPPINTEROP_H
3
4
#include "CppInterOp/CppInterOp.h"
5
-#warning \
+#if defined(_MSC_VER)
6
+ #pragma message("#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h")
7
+#else
8
+ #warning \
9
"#include <clang/Interpreter/CppInterOp.h> is deprecated; use #include <CppInterOp/CppInterOp.h"
10
+#endif
11
+
12
13
#endif // CLANG_CPPINTEROP_H
0 commit comments