minus-squaregolvok@lemmy.worldtoC++@programming.dev•C++: Disable implicit conversion in specific contexts onlylinkfedilinkarrow-up1·11 months agoI’m wondering where you wanted to use this. Was it a generic context, where you didn’t know what types you were getting? Also, I think it will interfere with the retern-value optimization. linkfedilink
I’m wondering where you wanted to use this. Was it a generic context, where you didn’t know what types you were getting? Also, I think it will interfere with the retern-value optimization.