mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +00:00
Merge remote-tracking branch 'remotes/origin/master' into web_interface
Conflicts: CMakeLists.txt common/logtypes.h common/shareddb.cpp world/net.cpp zone/client_logs.cpp zone/corpse.cpp zone/mob.cpp zone/net.cpp
This commit is contained in:
+3
-1
@@ -537,6 +537,7 @@ namespace detail
|
||||
};
|
||||
|
||||
// Needed because of some strange ADL issues.
|
||||
#if BOOST_VERSION < 105700
|
||||
|
||||
#define LUABIND_OPERATOR_ADL_WKND(op) \
|
||||
inline bool operator op( \
|
||||
@@ -557,7 +558,8 @@ namespace detail
|
||||
LUABIND_OPERATOR_ADL_WKND(!=)
|
||||
|
||||
#undef LUABIND_OPERATOR_ADL_WKND
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace detail
|
||||
|
||||
namespace adl
|
||||
|
||||
Reference in New Issue
Block a user