mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
parent
063646a1d9
commit
ca0c71fa40
@ -27,4 +27,7 @@ void getSizeType(const %1%<T> &container, size_t& returnArg)
|
||||
SAVE_DATA(0);
|
||||
}
|
||||
}
|
||||
|
||||
/* Workaround for issue https://github.com/facebookexperimental/object-introspection/issues/289 */
|
||||
extern "C" void _ZNSt11logic_errorC2EOS_(void) {}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user