CppInterOp
C++ Language Interoperability Layer
Loading...
Searching...
No Matches
CppInterOp.h
Go to the documentation of this file.
1#ifndef CLANG_CPPINTEROP_H
2#define CLANG_CPPINTEROP_H
3
5#if defined(_MSC_VER)
6#pragma message( \
7 "#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>"
11#endif
12
13#endif // CLANG_CPPINTEROP_H