Try MICRO_PIP fixes via opencode
This commit is contained in:
@@ -41,7 +41,11 @@ template<typename... Args>
|
||||
class Function: public FunctionBase {
|
||||
public:
|
||||
uint formatHash() override {
|
||||
#if defined(__GXX_RTTI__) || defined(__RTTI__)
|
||||
static uint ret = PIConstChars(typeid(std::function<void(Args...)>).name()).hash();
|
||||
#else
|
||||
static uint ret = 0;
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
std::function<bool(Args...)> func;
|
||||
|
||||
Reference in New Issue
Block a user