Skip to content

Commit 1548fd7

Browse files
author
nitrocaster
committed
smart_cast: Fix Loki defines.
1 parent b10a630 commit 1548fd7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/xrServerEntities/smart_cast.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
# define PURE_DYNAMIC_CAST
1414
#endif // DEBUG
1515

16-
#define TL_FAST_COMPILATION
17-
#undef STATIC_CHECK
18-
1916
#ifdef PURE_DYNAMIC_CAST
2017
# define smart_cast dynamic_cast
2118
#else
19+
#define TL_FAST_COMPILATION
20+
#undef STATIC_CHECK
2221
# include <loki/Typelist.h>
2322

2423
# define PURE_DYNAMIC_CAST_COMPATIBILITY_CHECK

0 commit comments

Comments
 (0)