xtd 0.2.0
Loading...
Searching...
No Matches
check_cpp_rtti.hpp
Go to the documentation of this file.
1
3#pragma once
4
6#if !defined(__GXX_RTTI) && !defined(_CPPRTTI)
7# if defined(_MSC_VER)
8# error "xtd requires RTTI support. Please enable RTTI (do not use /GR-)."
9# else
10# error "xtd requires RTTI support. Please enable RTTI (do not use -fno-rtti)."
11# endif
12#endif