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

Does not compile with g++ 6.2 #1

Closed
morrisonlevi opened this issue Apr 25, 2017 · 1 comment
Closed

Does not compile with g++ 6.2 #1

morrisonlevi opened this issue Apr 25, 2017 · 1 comment

Comments

@morrisonlevi
Copy link

There are two issues:

  1. ptrdiff_t should be std::ptrdiff_t or using std::ptrdiff_t should be used.
  2. When defining bounds_type in array_view and strided_array_view I believe you need to specify av::bounds<Rank> because you also define a member function bounds and the compiler doesn't work it out correctly.
@wardw wardw closed this as completed in e6e64ac Apr 28, 2017
@wardw
Copy link
Owner

wardw commented Apr 28, 2017

Thanks for this. Right on both counts.

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

No branches or pull requests

2 participants