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

remove lambda expression in layout stride #311

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

oliverlee
Copy link
Contributor

Replace a lambda expression to allow use in constant expression context in C++14.

Replace a lambda expression to allow use in constant expression context
in C++14.
@mhoemmen
Copy link
Contributor

mhoemmen commented Feb 4, 2024

Thanks for contributing this neat solution!

We'll have to decide whether we generally want to support C++14 any more, but I think this particular fix does not overly complicate the code.

Per discussion on #313 , the author may wish to add to this PR, so I won't merge it quite just yet.

@mhoemmen
Copy link
Contributor

mhoemmen commented Feb 6, 2024

The author says it's OK to merge this PR. Thanks for the contribution!

@mhoemmen mhoemmen merged commit 0e6a69d into kokkos:stable Feb 6, 2024
10 checks passed
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.

2 participants