minus-squareazertyfun@sh.itjust.workstoProgrammer Humor@programming.dev•with a break statement right?linkfedilinkarrow-up1·1 day ago if its controlling expression is not a constant expression Pretty big caveat. If I’m reading this right true definitely qualifies as a constant expression and the loop in the meme would therefore not be optimized away. linkfedilink
Pretty big caveat. If I’m reading this right
truedefinitely qualifies as a constant expression and the loop in the meme would therefore not be optimized away.