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-wrapper__base.hpp
16135 views
1
--- ./src/luabind/luabind/wrapper_base.hpp.orig 2010-01-04 02:08:15.000000000 +0300
2
+++ ./src/luabind/luabind/wrapper_base.hpp 2013-09-17 06:29:47.072226158 +0400
3
@@ -89,7 +89,8 @@
4
5
#endif // LUABIND_WRAPPER_BASE_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
@@ -188,3 +189,4 @@
14
#undef N
15
16
#endif
17
+#endif
18
19