xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
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
Generated on
for xtd by
Gammasoft
. All rights reserved.