-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit deduction guides for blocked_nd_range (#1525)
* Enable CTAD for blocked_rangeNd since C++17 * Fix constraits test failure * Extend implementation with tests and explicit deduction guide * Remove unnecessary helper function * Simplify the deduction guide * Add deduction guide for blocked_range type * Enable CTAD for blocked_rangeNd since C++17 * Fix constraits test failure * Fix merging issue * Add new deduction guides and test * Update copyright years * Update copyright years * Save progress * Apply review comments + introduce preview macros * Fix fancy value * Add single C array support --------- Co-authored-by: Ruslan Arutyunyan <[email protected]>
- Loading branch information
1 parent
d4b5ee5
commit 9d45787
Showing
4 changed files
with
190 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters