@[email protected] to Programmer [email protected] • 1 year agoGolang be likei.imgur.commessage-square125fedilinkarrow-up11.43K
arrow-up11.4KimageGolang be likei.imgur.com@[email protected] to Programmer [email protected] • 1 year agomessage-square125fedilink
minus-square@[email protected]linkfedilink14•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-square@[email protected]linkfedilink2•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.