summaryrefslogtreecommitdiff
path: root/rlvm/luabind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rlvm/luabind.patch')
-rw-r--r--rlvm/luabind.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/rlvm/luabind.patch b/rlvm/luabind.patch
new file mode 100644
index 0000000..41fd044
--- /dev/null
+++ b/rlvm/luabind.patch
@@ -0,0 +1,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
+