hpx icon indicating copy to clipboard operation
hpx copied to clipboard

Use cpp20 concepts in libs

Open sidhikumari5 opened this issue 7 months ago • 2 comments

Proposed Changes

  • uses c++20 concepts requires clause replacing HPX_CONCEPT_REQUIRES_

sidhikumari5 avatar May 30 '25 22:05 sidhikumari5

Can one of the admins verify this patch?

StellarBot avatar May 30 '25 22:05 StellarBot

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%

See your quality gate settings    Change summary preferences

codacy-production[bot] avatar May 31 '25 02:05 codacy-production[bot]