Fixed CPO forwarding issue#7221
Conversation
Signed-off-by: Bharath <bharath.kollanur@gmail.com>
Up to standards ✅🟢 Issues
|
|
Can one of the admins verify this patch? |
|
@kollanur Thanks for looking into this. After reviewing the changes again, I believe that the old code was correct after all. The idea was for the helpers to be the last resort fallback if the customization point was not overloaded anywhere. In order to be able to distinguish between the fallback and some overloaded version, the helpers explicitly invoke the member function. Could you please provide an example where the original code fails? We should find a different solution fixing your problem. |
https://github.com/TheHPXProject/hpx/pull/7192/changes#diff-8ebd52aa46a91d0548d44d41caa09cb2e784e9235c6d5f32a85e1a4f953a83a8 |
|
Closing this as invalid. Let's come back to this once we have a better understanding of the issue. |
Fixes #
Ensures proper CPO forwarding