mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Work-around for "strange ADL issues" not needed if using Boost 1.57.0 (was required through 1.56.0, thus test for less than 1.57.0). Tested on VS2013.
This commit is contained in:
parent
3b2fbd337f
commit
77f9cf9f63
@ -537,6 +537,7 @@ namespace detail
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Needed because of some strange ADL issues.
|
// Needed because of some strange ADL issues.
|
||||||
|
#if BOOST_VERSION < 105700
|
||||||
|
|
||||||
#define LUABIND_OPERATOR_ADL_WKND(op) \
|
#define LUABIND_OPERATOR_ADL_WKND(op) \
|
||||||
inline bool operator op( \
|
inline bool operator op( \
|
||||||
@ -557,7 +558,8 @@ namespace detail
|
|||||||
LUABIND_OPERATOR_ADL_WKND(!=)
|
LUABIND_OPERATOR_ADL_WKND(!=)
|
||||||
|
|
||||||
#undef LUABIND_OPERATOR_ADL_WKND
|
#undef LUABIND_OPERATOR_ADL_WKND
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
namespace adl
|
namespace adl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user