Merge pull request #331 from af4t/master

Work-around for "strange ADL issues" not needed if using Boost 1.57.0
This commit is contained in:
Michael Cook (mackal) 2015-01-08 12:31:02 -05:00
commit c8278608a3

View File

@ -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