Skip to content

Fix windows build

Peter Bell requested to merge windows-build into master

In scipy#10614 I was running into the same "constexpr variable in a lambda" bug as before. Also errors about vtype_t not being defined when compiling without vectors.

Merge request reports