We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71eb1 commit 0bc5bf4Copy full SHA for 0bc5bf4
ElunaTemplate.h
@@ -143,13 +143,13 @@ class ElunaObjectValueImpl : public ElunaObject
143
144
#define ELUNA_MATH_OP(type, func, op) \
145
template<> \
146
-static int ElunaTemplate<type>::func(lua_State* L) { \
+int ElunaTemplate<type>::func(lua_State* L) { \
147
return ElunaTemplateHelper<type>::PerformOp(L, std::op()); \
148
}
149
150
#define ELUNA_SIMPLE_FORWARD(type, func) \
151
152
153
return ElunaTemplateHelper<type>::func(L); \
154
155
0 commit comments