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__function.hpp
16137 views
1
--- src/luabind/luabind/detail/call_function.hpp.orig 2010-01-04 02:08:15.000000000 +0300
2
+++ src/luabind/luabind/detail/call_function.hpp 2013-09-17 16:37:59.151519546 +0400
3
@@ -323,7 +323,8 @@
4
5
#endif // LUABIND_CALL_FUNCTION_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
@@ -440,4 +441,5 @@
14
15
16
#endif
17
+#endif
18
19
20