diff --git a/src/ifcwrap/utils/type_conversion.i b/src/ifcwrap/utils/type_conversion.i index 6a1ef8370f..d6d0912a55 100644 --- a/src/ifcwrap/utils/type_conversion.i +++ b/src/ifcwrap/utils/type_conversion.i @@ -95,7 +95,7 @@ container.insert(element); } - template typename U> + template typename U> U python_sequence_as_cpp_container(PyObject* aggregate) { U result_vector; if constexpr (std::is_same_v, std::vector>) {