@mycroftholmess@lemm.ee to Programmer Humor@programming.dev • 2 years agoGolang be likei.imgur.comimagemessage-square205fedilinkarrow-up11.45Karrow-down129
arrow-up11.42Karrow-down1imageGolang be likei.imgur.com@mycroftholmess@lemm.ee to Programmer Humor@programming.dev • 2 years agomessage-square205fedilink
minus-square@Rednax@lemmy.worldlinkfedilink14•2 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-square@Rednax@lemmy.worldlinkfedilink2•2 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.