From 48ad12c78c1db55c8b8fe7f12b3bb6ec1e3c6dfc Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Sat, 10 Feb 2024 00:56:43 +0100 Subject: [PATCH] [Py] fix function_wrapper_t struct tag --- interfaces/python/src/problem/problems.py.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/python/src/problem/problems.py.cpp b/interfaces/python/src/problem/problems.py.cpp index ce34467ba5..75876fabe8 100644 --- a/interfaces/python/src/problem/problems.py.cpp +++ b/interfaces/python/src/problem/problems.py.cpp @@ -32,7 +32,7 @@ using namespace py::literals; #if ALPAQA_WITH_DL template class ALPAQA_PYTHON_EXPORT std::span; template class ALPAQA_PYTHON_EXPORT std::tuple; -template class ALPAQA_PYTHON_EXPORT +template struct ALPAQA_PYTHON_EXPORT alpaqa::detail::function_wrapper_t; #endif