assume c++11
clang didn't like static members in anonymous structures, gave them names WriteEvent template wouldn't resolve for temporary values without const decl in clang added a few missing headers added -fno-operator-names for xbyak compilation under gcc/clang
This commit is contained in:
@@ -56,13 +56,8 @@
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if XE_COMPILER_MSVC
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#else
|
||||
#include <tr1/memory>
|
||||
#include <tr1/unordered_map>
|
||||
#endif // MSVC
|
||||
|
||||
|
||||
#endif // XENIA_PLATFORM_INCLUDES_H_
|
||||
|
||||
Reference in New Issue
Block a user