Skip to content

Conversation

@kboyarinov
Copy link
Contributor

No description provided.

@akukanov akukanov added the TBB label Oct 6, 2025
blocked_nd_range(const Value (&)[N], typename blocked_nd_range<Value, N>::size_type = 1)
-> blocked_nd_range<Value, N>;
template </*see-below*/>
Copy link

@vossmjp vossmjp Oct 29, 2025

Choose a reason for hiding this comment

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

I prefer keeping the previous:

template <typename Value>
blocked_nd_range(/*a set of braced-init-lists of Value objects*/)
-> blocked_nd_range<Value, /*number of braced-init-lists*/>;

And then the detailed description provides the two options for how to do that. What's currently here seems even less clear.

Copy link

@vossmjp vossmjp Oct 29, 2025

Choose a reason for hiding this comment

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

You might add the "see-below" comment in addition, like blocked_nd_range(/*a set of braced-init-lists of Value objects (see-below)*/)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Applied the combined approach with the comment below.

Copy link

@vossmjp vossmjp left a comment

Choose a reason for hiding this comment

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

LGTM

@akukanov akukanov merged commit 870e9e5 into uxlfoundation:main Oct 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants