From ca0c71fa402cc41cc2f74eebb03a393929b54b98 Mon Sep 17 00:00:00 2001 From: Thierry Treyer Date: Thu, 17 Aug 2023 14:53:14 +0200 Subject: [PATCH] Workaround for #289 missing symbol (#290) --- types/try_type.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/try_type.toml b/types/try_type.toml index 9722576..2dcbefd 100644 --- a/types/try_type.toml +++ b/types/try_type.toml @@ -27,4 +27,7 @@ void getSizeType(const %1% &container, size_t& returnArg) SAVE_DATA(0); } } + +/* Workaround for issue https://github.com/facebookexperimental/object-introspection/issues/289 */ +extern "C" void _ZNSt11logic_errorC2EOS_(void) {} """