Skip to content
Snippets Groups Projects
Commit b6d8303a authored by Jan Möbius's avatar Jan Möbius
Browse files

Try to fix ssize_t on VS2019

parent a8f41270
Branches
No related tags found
No related merge requests found
Pipeline #24828 failed
......@@ -16,6 +16,8 @@ namespace py = pybind11;
namespace OM = OpenMesh;
using ssize_t = Py_ssize_t;
/**
* Thin wrapper for assign_connectivity.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment