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 b10a630 commit 1548fd7Copy full SHA for 1548fd7
src/xrServerEntities/smart_cast.h
@@ -13,12 +13,11 @@
13
# define PURE_DYNAMIC_CAST
14
#endif // DEBUG
15
16
-#define TL_FAST_COMPILATION
17
-#undef STATIC_CHECK
18
-
19
#ifdef PURE_DYNAMIC_CAST
20
# define smart_cast dynamic_cast
21
#else
+#define TL_FAST_COMPILATION
+#undef STATIC_CHECK
22
# include <loki/Typelist.h>
23
24
# define PURE_DYNAMIC_CAST_COMPATIBILITY_CHECK
0 commit comments