We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bdc1b commit 48ad12cCopy full SHA for 48ad12c
interfaces/python/src/problem/problems.py.cpp
@@ -32,7 +32,7 @@ using namespace py::literals;
32
#if ALPAQA_WITH_DL
33
template class ALPAQA_PYTHON_EXPORT std::span<std::string_view>;
34
template class ALPAQA_PYTHON_EXPORT std::tuple<py::args, py::kwargs>;
35
-template class ALPAQA_PYTHON_EXPORT
+template struct ALPAQA_PYTHON_EXPORT
36
alpaqa::detail::function_wrapper_t<py::object(void *, py::args, py::kwargs)>;
37
#endif
38
0 commit comments