Remove superfluous static_casts in the CPO definitions
ericniebler opened this issue · 2 comments
ericniebler commented
... now that C++20 has guaranteed copy elision.
Proposed Resolution
Apply P1037R0, which corrects the issue.
CaseyCarter commented
P0896R2 incorporates the fix for this issue from P1037R0.
ericniebler commented
Fixed.