blob: 0d5f5a6de7bed98ec56461ef1b92b0301deb9202 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- luabind/object.hpp.orig 2010-08-31 13:24:52 UTC
+++ luabind/object.hpp
@@ -536,6 +536,7 @@ namespace detail
handle m_key;
};
+#if BOOST_VERSION < 105700
// Needed because of some strange ADL issues.
#define LUABIND_OPERATOR_ADL_WKND(op) \
@@ -557,6 +558,7 @@ namespace detail
LUABIND_OPERATOR_ADL_WKND(!=)
#undef LUABIND_OPERATOR_ADL_WKND
+#endif
} // namespace detail
|