Skip to content

Commit

Permalink
xrServerEntities/smart_cast: loki typelist now included only if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed May 20, 2016
1 parent c8f87ab commit b8b2432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xrServerEntities/smart_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

#define TL_FAST_COMPILATION
#undef STATIC_CHECK
#include <loki/typelist.h>

#ifdef PURE_DYNAMIC_CAST
# define smart_cast dynamic_cast
#else
# include <loki/typelist.h>

# define PURE_DYNAMIC_CAST_COMPATIBILITY_CHECK

# ifdef DEBUG
Expand Down

0 comments on commit b8b2432

Please sign in to comment.