Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/allacrost/files/patch-src_luabind_luabind_object.hpp
16138 views
1
--- src/luabind/luabind/object.hpp.orig 2010-01-03 23:08:15 UTC
2
+++ src/luabind/luabind/object.hpp
3
@@ -536,6 +536,7 @@ namespace detail
4
handle m_key;
5
};
6
7
+#if BOOST_VERSION < 105700
8
// Needed because of some strange ADL issues.
9
10
#define LUABIND_OPERATOR_ADL_WKND(op) \
11
@@ -557,6 +558,7 @@ namespace detail
12
LUABIND_OPERATOR_ADL_WKND(!=)
13
14
#undef LUABIND_OPERATOR_ADL_WKND
15
+#endif
16
17
} // namespace detail
18
19
20