Gollum@feddit.org to Programmer Humor@programming.dev · 22 days agoLucky enough, I am C++ Developerfeddit.orgimagemessage-square117fedilinkarrow-up1485
arrow-up1485imageLucky enough, I am C++ Developerfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 22 days agomessage-square117fedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·16 days agoFeels like this thing should require an extra flag in case of gcc in this day and age, or a separate compile-time defined variable, specifically for cases where you don’t want to require the flag.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·16 days agoTo be fair, the biggest footguns are the trigraphs, and now that I tested those do require a flag in gcc. The digraphs are just hard to search, never used operator symbols.
Feels like this thing should require an extra flag in case of
gccin this day and age, or a separate compile-time defined variable, specifically for cases where you don’t want to require the flag.To be fair, the biggest footguns are the trigraphs, and now that I tested those do require a flag in gcc.
The digraphs are just hard to search, never used operator symbols.