Skip to content

Commit

Permalink
[Py] fix function_wrapper_t struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Feb 9, 2024
1 parent 33bdc1b commit 48ad12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/python/src/problem/problems.py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ using namespace py::literals;
#if ALPAQA_WITH_DL
template class ALPAQA_PYTHON_EXPORT std::span<std::string_view>;
template class ALPAQA_PYTHON_EXPORT std::tuple<py::args, py::kwargs>;
template class ALPAQA_PYTHON_EXPORT
template struct ALPAQA_PYTHON_EXPORT
alpaqa::detail::function_wrapper_t<py::object(void *, py::args, py::kwargs)>;
#endif

Expand Down

0 comments on commit 48ad12c

Please sign in to comment.