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