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 84fae42 commit d175c5cCopy full SHA for d175c5c
public/actor/actor_base/actor_type.h
@@ -2,6 +2,7 @@
2
3
#include "actor_enum.h"
4
5
+#define NOTUSING_BOOST_TYPEINFO
6
#ifndef NOTUSING_BOOST_TYPEINFO
7
# include <boost/type_index.hpp>
8
# define HASH_CODE_VALUE(_TYPE) boost::typeindex::type_id<_TYPE>().hash_code()
public/protocol/init_protobuf.h
@@ -6,6 +6,7 @@
#include "xmlprotocol.h"
// typeid(T).hash_code() 因为c++标准并没有强制要求只是建议编译器 不同类型生成不同的hash值
9
10
11
12
0 commit comments