summaryrefslogtreecommitdiff
path: root/rlvm/luabind.patch
blob: 41fd044be2f55e039476e254e8977608ddeff11a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/vendor/luabind/include/luabind/object.hpp b/vendor/luabind/include/luabind/object.hpp
index 5e2771c..24c140c 100644
--- a/vendor/luabind/include/luabind/object.hpp
+++ b/vendor/luabind/include/luabind/object.hpp
@@ -544,6 +544,7 @@ namespace detail
       handle m_key;
   };
 
+#if BOOST_VERSION < 105700
 // Needed because of some strange ADL issues.
 
 #define LUABIND_OPERATOR_ADL_WKND(op) \
@@ -565,6 +566,7 @@ namespace detail
   LUABIND_OPERATOR_ADL_WKND(!=)
 
 #undef LUABIND_OPERATOR_ADL_WKND
+#endif
  
 } // namespace detail