hpx
hpx copied to clipboard
Use cpp20 concepts in libs
Proposed Changes
- uses c++20 concepts
requiresclause replacing HPX_CONCEPT_REQUIRES_
Can one of the admins verify this patch?
Coverage summary from Codacy
See diff coverage on Codacy
| Coverage variation | Diff coverage |
|---|---|
| :white_check_mark: -0.88% | :white_check_mark: 77.14% |
Coverage variation details
| Coverable lines | Covered lines | Coverage | |
|---|---|---|---|
| Common ancestor commit (e07d113c8614764608f625727354c7d9bfddd397) | 270293 | 232639 | 86.07% |
| Head commit (0b04af44defb7ff983fdb5986652840de4adca29) | 194953 (-75340) | 166070 (-66569) | 85.18% (-0.88%) |
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
| Coverable lines | Covered lines | Diff coverage | |
|---|---|---|---|
| Pull request (#6711) | 35 | 27 | 77.14% |
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%