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

first draft #30

Closed
wants to merge 1 commit into from
Closed

first draft #30

wants to merge 1 commit into from

Conversation

psychocoderHPC
Copy link
Owner

inspired by PMacc CONST_VECTOR and alpaka-group/alpaka#2441 (comment)

inspired by PMacc CONST_VECTOR and alpaka-group/alpaka#2441 (comment)
{
static_assert(
sizeof(T_ArrayType) && false,
"MdSpanArray can only be used if std::is_array_v<T> is true for teh given type.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"MdSpanArray can only be used if std::is_array_v<T> is true for teh given type.");
"MdSpanArray can only be used if std::is_array_v<T> is true for the given type.");

@psychocoderHPC
Copy link
Owner Author

closed because the feature was mered with #36

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