Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Visual Studio 2019 compilation errors #33

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

mhoemmen
Copy link
Contributor

  1. VS 2019 doesn't compile if you give size_t as a run-time extent to basic_mdspan's constructor. I changed all those size_t in stdBLAS' tests to ptrdiff_t.

  2. There was another issue in tests/iterator.cpp; it was a lower priority to fix, so I just commented out that code for now.

Note that we still need to fix BLAS detection (or make it optional) on Windows. This PR does not do that.

1. VS 2019 doesn't compile if you give size_t as a run-time extent to
   basic_mdspan's constructor.

2. There was another issue in tests/iterator.cpp; it was a lower
   priority to fix, so I just commented out that code for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant