Workaround for #289 missing symbol (#290)

This commit is contained in:
Thierry Treyer 2023-08-17 14:53:14 +02:00 committed by GitHub
parent 063646a1d9
commit ca0c71fa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {}
"""