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 f26a002 commit 758808eCopy full SHA for 758808e
src/xrGame/state_arguments_functions.h
@@ -55,6 +55,11 @@ class functions_cf
55
static ge_function<T> ge_function;
56
static le_function<T> le_function;
57
};
58
+// definitions of static members of functions_cf
59
+template<typename T>
60
+ge_function<T> functions_cf<T>::ge_function;
61
62
+le_function<T> functions_cf<T>::le_function;
63
64
typedef binary_function<float> float_binary_function;
65
typedef functions_cf<float> float_bfunc_cf;
0 commit comments