mycroftholmess@lemm.ee to Programmer Humor@programming.dev · 1 year agoGolang be likei.imgur.comimagemessage-square133fedilinkarrow-up11.4Karrow-down129
arrow-up11.37Karrow-down1imageGolang be likei.imgur.commycroftholmess@lemm.ee to Programmer Humor@programming.dev · 1 year agomessage-square133fedilink
minus-squareRednax@lemmy.worldlinkfedilinkarrow-up14·1 year 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·1 year 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.