mycroftholmess@lemm.ee to Programmer Humor@programming.dev · 3 years agoGolang be likei.imgur.comexternal-linkmessage-square123fedilinkarrow-up11.43Karrow-down130
arrow-up11.4Karrow-down1external-linkGolang be likei.imgur.commycroftholmess@lemm.ee to Programmer Humor@programming.dev · 3 years agomessage-square123fedilink
minus-squareRednax@lemmy.worldlinkfedilinkarrow-up14·3 years agoI hate this in C++ when it does this with parameters of an overidden function. I don’t need that specific parameter, but if I omit the variable name, I reduce readability.
minus-squareRednax@lemmy.worldlinkfedilinkarrow-up2·3 years agoWhich is have been able to use since we switched to C++17 … a couple of months ago.
I hate this in C++ when it does this with parameters of an overidden function. I don’t need that specific parameter, but if I omit the variable name, I reduce readability.
[[maybe_unused]]
Which is have been able to use since we switched to C++17 … a couple of months ago.