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-detail-call__member.hpp
16135 views
1
--- src/luabind/luabind/detail/call_member.hpp.orig 2010-01-04 02:08:15.000000000 +0300
2
+++ src/luabind/luabind/detail/call_member.hpp 2013-09-17 06:10:17.991226170 +0400
3
@@ -316,7 +316,8 @@
4
5
#endif // LUABIND_CALL_MEMBER_HPP_INCLUDED
6
7
-#elif BOOST_PP_ITERATION_FLAGS() == 1
8
+#else
9
+#if BOOST_PP_ITERATION_FLAGS() == 1
10
11
#define LUABIND_TUPLE_PARAMS(z, n, data) const A##n *
12
#define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n
13
@@ -361,3 +362,4 @@
14
15
#endif
16
17
+#endif
18
19